Changeset 3358


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

Skip this on OS/2.

File:
1 edited

Legend:

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

    r3342 r3358  
    3535
    3636AT_TAR_CHECK([
     37if test "`uname -o`" = "OS/2"; then
     38  # The path length limit on OS/2 is 260, so skip this test.
     39  AT_SKIP_TEST
     40fi
    3741AT_TAR_MKHIER(FULLNAME,NAME)
    3842echo test > endfile
Note: See TracChangeset for help on using the changeset viewer.