diff options
Diffstat (limited to 'tests/misc/stat-hyphen')
-rwxr-xr-x | tests/misc/stat-hyphen | 1 |
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 |