diff options
Diffstat (limited to 'tests/ls/x-option')
-rwxr-xr-x | tests/ls/x-option | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ls/x-option b/tests/ls/x-option index 1bd152acb..7a451f54b 100755 --- a/tests/ls/x-option +++ b/tests/ls/x-option @@ -19,9 +19,9 @@ . "${srcdir=.}/init.sh"; path_prepend_ ../src print_ver_ ls -mkdir subdir || framework_failure -touch subdir/b || framework_failure -touch subdir/a || framework_failure +mkdir subdir || framework_failure_ +touch subdir/b || framework_failure_ +touch subdir/a || framework_failure_ # Coreutils 6.8 and 6.9 would output this in the wrong order. |