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