diff options
author | Jim Meyering <jim@meyering.net> | 1997-08-16 17:41:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-08-16 17:41:45 +0000 |
commit | 41347fc40e8258539e69e2604abbbd88a875e22e (patch) | |
tree | 7cc3ad605707f3e52b464a8c6a43737755962b92 /tests | |
parent | 2bd0aa26c2afe278a711e2e13c6a18402d7879ff (diff) | |
download | coreutils-41347fc40e8258539e69e2604abbbd88a875e22e.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/rm/r-2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/r-2 b/tests/rm/r-2 index 242a69692..5c82c9074 100755 --- a/tests/rm/r-2 +++ b/tests/rm/r-2 @@ -32,6 +32,6 @@ EOF # Compare expected and actual output. cmp $tmp/$test.E $tmp/$test.O || fail=1 -rm -rf $dir +rm -rf $tmp exit $fail |