summaryrefslogtreecommitdiff
path: root/tests/rmdir/t-slash
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-09-20 08:48:21 +0000
committerJim Meyering <jim@meyering.net>2002-09-20 08:48:21 +0000
commit350063fa65591a36d4f4ea3de660ad8750d9664a (patch)
tree29ee01f856de833e1f5e8eea64db3f626e164a6b /tests/rmdir/t-slash
parent9a8d898e608790e7a749eaba2268b01c1a5d7fc7 (diff)
downloadcoreutils-350063fa65591a36d4f4ea3de660ad8750d9664a.tar.xz
add comment
Diffstat (limited to 'tests/rmdir/t-slash')
-rwxr-xr-xtests/rmdir/t-slash2
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