diff options
author | Jim Meyering <jim@meyering.net> | 2004-02-06 16:45:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-02-06 16:45:09 +0000 |
commit | 4b43b0ccae489de9185c8bd6381daf94d1b450c3 (patch) | |
tree | 7ea77426fa3f81dad9682306ef65a01ba1b654f1 /tests/rm/deep-1 | |
parent | 5d1b8226e2d89ed229e48f7545b75a1d3895c4d8 (diff) | |
download | coreutils-4b43b0ccae489de9185c8bd6381daf94d1b450c3.tar.xz |
remove stray `done' diagnostic
Diffstat (limited to 'tests/rm/deep-1')
-rwxr-xr-x | tests/rm/deep-1 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rm/deep-1 b/tests/rm/deep-1 index 3ed0f3cc6..0ff781ea0 100755 --- a/tests/rm/deep-1 +++ b/tests/rm/deep-1 @@ -45,7 +45,6 @@ test -d $deep || fail=1 ( ulimit -s 50; du -s $tmp > /dev/null ) || fail=1 rm -r $tmp || fail=1 -echo done # Make sure all of $tmp was deleted. test -d $tmp && fail=1 |