From c401c7f12c4181689d0a768f12b5cb3e299a4b1a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 22 Nov 1999 11:23:08 +0000 Subject: *** empty log message *** --- tests/rmdir/ignore | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/rmdir/ignore') diff --git a/tests/rmdir/ignore b/tests/rmdir/ignore index 645f46582..b94c0a65d 100755 --- a/tests/rmdir/ignore +++ b/tests/rmdir/ignore @@ -20,7 +20,10 @@ fi fail=0 rmdir -p --ignore-fail-on-non-empty $tmp/a/b || fail=1 +# $tmp/x should remain test -d $tmp/x || fail=1 +# $tmp/{a,b} should be gone +test -d $tmp/a && fail=1 test -d $tmp/b && fail=1 exit $fail -- cgit v1.2.3-54-g00ecf