summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-12-15 11:35:22 +0000
committerJim Meyering <jim@meyering.net>1997-12-15 11:35:22 +0000
commit1ca40285b28543af1e99434f22c889647ddf9647 (patch)
treeabb76bf2dc6a5a06568c1dfd131bb5cf4f471a1f /tests
parentce939d6f4487da903d3d68a594cfc0d46e2c0cea (diff)
downloadcoreutils-1ca40285b28543af1e99434f22c889647ddf9647.tar.xz
(deep): Remove `find > k' debugging remnant.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/rm/deep-12
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