diff options
Diffstat (limited to 'tests/misc/stat-hyphen')
-rwxr-xr-x | tests/misc/stat-hyphen | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/stat-hyphen b/tests/misc/stat-hyphen index 9378979f8..9a950ba64 100755 --- a/tests/misc/stat-hyphen +++ b/tests/misc/stat-hyphen @@ -19,8 +19,8 @@ . "${srcdir=.}/init.sh"; path_prepend_ ../src print_ver_ stat -printf -- '-\n' > exp || framework_failure -touch f || framework_failure +printf -- '-\n' > exp || framework_failure_ +touch f || framework_failure_ stat --format=%n - < f > out || fail=1 stat -f - < f && fail=1 |