summaryrefslogtreecommitdiff
path: root/tests/touch/dangling-symlink
diff options
context:
space:
mode:
Diffstat (limited to 'tests/touch/dangling-symlink')
-rwxr-xr-xtests/touch/dangling-symlink1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/touch/dangling-symlink b/tests/touch/dangling-symlink
index f3ea29a7f..a16e015ca 100755
--- a/tests/touch/dangling-symlink
+++ b/tests/touch/dangling-symlink
@@ -26,7 +26,6 @@ fi
rm -f touch-target t-symlink
ln -s touch-target t-symlink
-fail=0
# This used to infloop.
touch t-symlink || fail=1