summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-08-02 16:51:37 +0000
committerJim Meyering <jim@meyering.net>1997-08-02 16:51:37 +0000
commit94c7a45d8e82982ba37bc355c68ccbf8ebf7f2de (patch)
tree6cb0f0e6fed8ded44f58a1b3615e0ee72cb7f2b1 /tests
parent9a012ca90749d0a1d6375009ae140d45701b6433 (diff)
downloadcoreutils-94c7a45d8e82982ba37bc355c68ccbf8ebf7f2de.tar.xz
*** empty log message ***
Diffstat (limited to 'tests')
-rwxr-xr-xtests/rm/r-16
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