diff options
Diffstat (limited to 'tests/ls/m-option')
-rwxr-xr-x | tests/ls/m-option | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ls/m-option b/tests/ls/m-option index e0dd447ff..2e6ec03d2 100755 --- a/tests/ls/m-option +++ b/tests/ls/m-option @@ -19,8 +19,8 @@ . "${srcdir=.}/init.sh"; path_prepend_ ../src print_ver_ ls -seq 2000 > b || framework_failure -touch a || framework_failure +seq 2000 > b || framework_failure_ +touch a || framework_failure_ # Before coreutils-5.1.1, the following would output a space after the comma. |