diff options
author | Jim Meyering <jim@meyering.net> | 1997-12-15 11:35:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-12-15 11:35:22 +0000 |
commit | 1ca40285b28543af1e99434f22c889647ddf9647 (patch) | |
tree | abb76bf2dc6a5a06568c1dfd131bb5cf4f471a1f /tests/rm | |
parent | ce939d6f4487da903d3d68a594cfc0d46e2c0cea (diff) | |
download | coreutils-1ca40285b28543af1e99434f22c889647ddf9647.tar.xz |
(deep): Remove `find > k' debugging remnant.
Diffstat (limited to 'tests/rm')
-rwxr-xr-x | tests/rm/deep-1 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/rm/deep-1 b/tests/rm/deep-1 index b567aab70..1fc4d1922 100755 --- a/tests/rm/deep-1 +++ b/tests/rm/deep-1 @@ -40,8 +40,6 @@ echo "creating a hierarchy 400 deep in $tmp..." |tr -d '\012' $MKDIR -p $deep || fail=1 echo done -find $tmp > k - # Make sure the deep dir was created. test -d $deep || fail=1 |