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/truncate.at

    r3342 r3355  
    3636echo Exit status: $?
    3737echo separator
    38 sleep 1
     38if test "`uname -o`" = "OS/2"; then
     39  # The OS/2 API has a 2 second granularity on file times.
     40  sleep 3
     41else
     42  sleep 1
     43fi
    3944genfile --file foo --seek 49995k --length 5k --pattern=zeros
    4045tar dvf bar],
Note: See TracChangeset for help on using the changeset viewer.