summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-08-16 17:40:57 +0000
committerJim Meyering <jim@meyering.net>1997-08-16 17:40:57 +0000
commit2bd0aa26c2afe278a711e2e13c6a18402d7879ff (patch)
treef88625cd93c0a8715072e8ef1ba5e29330ad920f /tests
parent962cb92146c9a992e44e936693cbbb58385d155f (diff)
downloadcoreutils-2bd0aa26c2afe278a711e2e13c6a18402d7879ff.tar.xz
*** empty log message ***
Diffstat (limited to 'tests')
-rwxr-xr-xtests/rm/r-12
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/r-1 b/tests/rm/r-1
index 2a0929e14..afd21e2f8 100755
--- a/tests/rm/r-1
+++ b/tests/rm/r-1
@@ -36,6 +36,6 @@ EOF
# Compare expected and actual output.
cmp $tmp/$test.E $tmp/$test.O || fail=1
-rm -rf $dir
+rm -rf $tmp
exit $fail