Changeset 2587


Ignore:
Timestamp:
Mar 9, 2006, 1:26:31 AM (19 years ago)
Author:
bird
Message:

skip if no hardlink support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/coreutils/tests/mv/force

    r2554 r2587  
    1313rm -f $ff $ff2 || framework_failure=1
    1414echo force-contents > $ff || framework_failure=1
     15if $srcdir/../is-hardlink-supported; then # bird
    1516ln $ff $ff2 || framework_failure=1
     17fi # bird
    1618
    1719if test $framework_failure = 1; then
     
    3537# This should succeed, even though the source and destination
    3638# device and inodes are the same.
     39if $srcdir/../is-hardlink-supported; then # bird
    3740mv $ff $ff2 || fail=1
     41fi # bird
    3842
    3943rm -fr out exp $ff $ff2
Note: See TracChangeset for help on using the changeset viewer.