Ignore:
Timestamp:
May 7, 2007, 5:07:47 AM (18 years ago)
Author:
bird
Message:

OS/2 needs 2+ sleeps for file times to change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/app-arch/tar/tests/incremental.at

    r3342 r3355  
    4545tar cfv archive --listed=list structure
    4646echo separator
    47 sleep 1
     47if test "`uname -o`" = "OS/2"; then
     48  # The OS/2 API has a 2 second granularity on file times.
     49  sleep 3
     50else
     51  sleep 1
     52fi
    4853echo y >structure/file
    4954tar cfv archive --listed=list structure
Note: See TracChangeset for help on using the changeset viewer.