Changeset 3355 for trunk/essentials/app-arch/tar/tests/incremental.at
- Timestamp:
- May 7, 2007, 5:07:47 AM (18 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.