summaryrefslogtreecommitdiff
path: root/tests/misc/stat-hyphen
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/stat-hyphen')
-rwxr-xr-xtests/misc/stat-hyphen1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/misc/stat-hyphen b/tests/misc/stat-hyphen
index f0757fe39..b9a155670 100755
--- a/tests/misc/stat-hyphen
+++ b/tests/misc/stat-hyphen
@@ -26,7 +26,6 @@ fi
printf -- '-\n' > exp || framework_failure
touch f || framework_failure
-fail=0
stat --format=%n - < f > out || fail=1
stat -f - < f && fail=1