- Timestamp:
- May 7, 2007, 5:07:47 AM (18 years ago)
- Location:
- trunk/essentials/app-arch/tar/tests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/app-arch/tar/tests/incremental.at
r3342 r3355 45 45 tar cfv archive --listed=list structure 46 46 echo separator 47 sleep 1 47 if test "`uname -o`" = "OS/2"; then 48 # The OS/2 API has a 2 second granularity on file times. 49 sleep 3 50 else 51 sleep 1 52 fi 48 53 echo y >structure/file 49 54 tar cfv archive --listed=list structure -
trunk/essentials/app-arch/tar/tests/listed01.at
r3342 r3355 31 31 genfile --length 10240 --pattern zeros --file directory/file1 32 32 # Let the things settle 33 sleep 1 33 if test "`uname -o`" = "OS/2"; then 34 # The OS/2 API has a 2 second granularity on file times. 35 sleep 3 36 else 37 sleep 1 38 fi 34 39 35 40 tar --create \ … … 40 45 tar tf archive.1 || exit 1 41 46 42 sleep 1 47 if test "`uname -o`" = "OS/2"; then 48 # The OS/2 API has a 2 second granularity on file times. 49 sleep 3 50 else 51 sleep 1 52 fi 43 53 44 54 genfile --length 10240 --pattern zeros --file directory/file2 -
trunk/essentials/app-arch/tar/tests/truncate.at
r3342 r3355 36 36 echo Exit status: $? 37 37 echo separator 38 sleep 1 38 if test "`uname -o`" = "OS/2"; then 39 # The OS/2 API has a 2 second granularity on file times. 40 sleep 3 41 else 42 sleep 1 43 fi 39 44 genfile --file foo --seek 49995k --length 5k --pattern=zeros 40 45 tar dvf bar],
Note:
See TracChangeset
for help on using the changeset viewer.