summaryrefslogtreecommitdiff
path: root/tests/rm/cycle
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rm/cycle')
-rwxr-xr-xtests/rm/cycle1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rm/cycle b/tests/rm/cycle
index d97154779..ffac61d29 100755
--- a/tests/rm/cycle
+++ b/tests/rm/cycle
@@ -28,7 +28,6 @@ mkdir -p a/b
touch a/b/file
chmod u-w a/b
-fail=0
rm -rf a a 2>&1 | sed 's/:[^:]*$//' > out || fail=1
cat <<\EOF > exp