diff options
Diffstat (limited to 'tests/rmdir/t-slash')
-rwxr-xr-x | tests/rmdir/t-slash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rmdir/t-slash b/tests/rmdir/t-slash index 94b6e2ed4..8c7052fac 100755 --- a/tests/rmdir/t-slash +++ b/tests/rmdir/t-slash @@ -23,7 +23,7 @@ mkdir dir || framework_failure_ # Prior to coreutils-4.5.2, this would fail with the following: -# rmdir: `dir': No such file or directory +# rmdir: 'dir': No such file or directory rmdir -p dir/ || fail=1 Exit $fail |