From: Jim Meyering Date: Fri, 20 Sep 2002 08:48:21 +0000 (+0000) Subject: add comment X-Git-Tag: v4.5.2~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=350063fa65591a36d4f4ea3de660ad8750d9664a;p=thirdparty%2Fcoreutils.git add comment --- diff --git a/tests/rmdir/t-slash b/tests/rmdir/t-slash index 7fa63fb424..94d37415d5 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