diff options
Diffstat (limited to 'tests/rm/deep-1')
-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 |