Changeset 2565
- Timestamp:
- Mar 7, 2006, 12:59:18 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/coreutils/tests/cp/into-self
r2554 r2565 40 40 #' 41 41 42 cmp out exp || fail=1 43 test $fail = 1 && diff out exp 2> /dev/null 42 diff out exp 2> /dev/null || fail=1 #bird cmp -> diff 43 #test $fail = 1 && diff out exp 2> /dev/null #bird 44 44 45 45 (exit $fail); exit $fail
Note:
See TracChangeset
for help on using the changeset viewer.