Changeset 1381
- Timestamp:
- Jun 14, 2011, 5:08:04 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/copyright_cache_test.sh
r1376 r1381 55 55 56 56 # modify the cache file to allow us to detect that it is used 57 sed -i 's/peter/winston/' $cache_file 57 sed 's/peter/winston/' $cache_file > ${cache_file}2 58 mv ${cache_file}2 ${cache_file} 58 59 cat $cache_file 59 60 # create a config reflecting this name change
Note: See TracChangeset
for help on using the changeset viewer.