Changeset 2587
- Timestamp:
- Mar 9, 2006, 1:26:31 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/coreutils/tests/mv/force
r2554 r2587 13 13 rm -f $ff $ff2 || framework_failure=1 14 14 echo force-contents > $ff || framework_failure=1 15 if $srcdir/../is-hardlink-supported; then # bird 15 16 ln $ff $ff2 || framework_failure=1 17 fi # bird 16 18 17 19 if test $framework_failure = 1; then … … 35 37 # This should succeed, even though the source and destination 36 38 # device and inodes are the same. 39 if $srcdir/../is-hardlink-supported; then # bird 37 40 mv $ff $ff2 || fail=1 41 fi # bird 38 42 39 43 rm -fr out exp $ff $ff2
Note:
See TracChangeset
for help on using the changeset viewer.