Changeset 2566
- Timestamp:
- Mar 7, 2006, 1:03:32 AM (19 years ago)
- Location:
- trunk/coreutils/tests/cp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/coreutils/tests/cp/backup-is-src
r2554 r2566 35 35 EOF 36 36 37 cmp out2 exp || fail=1 37 diff out2 exp 2> /dev/null || fail=1 # bird cmp -> diff (eol) 38 38 39 39 (exit $fail); exit $fail -
trunk/coreutils/tests/cp/cp-mv-backup
r2554 r2566 93 93 sed 's/: x/:/' $expected-tmp |cat $expected-tmp - > $expected 94 94 95 cmp $expected $actual || fail=1 95 diff $expected $actual 1>&2 || fail=1 #bird cmp -> diff (eol) 96 96 97 # Uncomment this if you see a failure and want to try to diagnose it.98 test $fail = 1 && diff -c $expected $actual 1>&297 ## Uncomment this if you see a failure and want to try to diagnose it. 98 #test $fail = 1 && diff -c $expected $actual 1>&2 99 99 100 100 (exit $fail); exit $fail
Note:
See TracChangeset
for help on using the changeset viewer.