summaryrefslogtreecommitdiff
path: root/tests/du/hard-link
diff options
context:
space:
mode:
Diffstat (limited to 'tests/du/hard-link')
-rwxr-xr-xtests/du/hard-link1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/du/hard-link b/tests/du/hard-link
index d9dd247d0..fe4ae19bc 100755
--- a/tests/du/hard-link
+++ b/tests/du/hard-link
@@ -28,7 +28,6 @@ fi
mkdir -p dir/sub
( cd dir && { echo non-empty > f1; ln f1 f2; echo non-empty > sub/F; } )
-fail=0
# Note that for this first test, we transform f1 or f2
# (whichever name we find first) to f_. That is necessary because,