diff options
author | Jim Meyering <jim@meyering.net> | 1997-08-02 16:51:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-08-02 16:51:37 +0000 |
commit | 94c7a45d8e82982ba37bc355c68ccbf8ebf7f2de (patch) | |
tree | 6cb0f0e6fed8ded44f58a1b3615e0ee72cb7f2b1 /tests | |
parent | 9a012ca90749d0a1d6375009ae140d45701b6433 (diff) | |
download | coreutils-94c7a45d8e82982ba37bc355c68ccbf8ebf7f2de.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/rm/r-1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/rm/r-1 b/tests/rm/r-1 index 896e44cee..2a0929e14 100755 --- a/tests/rm/r-1 +++ b/tests/rm/r-1 @@ -33,9 +33,9 @@ $tmp/a/a $tmp/b EOF - # FIXME: use cmp -diff -u $tmp/$test.E $tmp/$test.O || fail=1 +# Compare expected and actual output. +cmp $tmp/$test.E $tmp/$test.O || fail=1 -#rm -rf $dir +rm -rf $dir exit $fail |