From: Paul Eggert Date: Wed, 11 Aug 2004 21:51:57 +0000 (+0000) Subject: Test for the -d regression. X-Git-Tag: v5.3.0~794 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=f6559775e68c63c8bdde12804c05fcf38f8a2f44;p=thirdparty%2Fcoreutils.git Test for the -d regression. --- diff --git a/tests/install/basic-1 b/tests/install/basic-1 index 484bf2a28f..eb5e627e53 100755 --- a/tests/install/basic-1 +++ b/tests/install/basic-1 @@ -58,4 +58,8 @@ set X `ls -l $dir/dd` shift test "$1" = -r-xr-xr-x || fail=1 +# These failed in coreutils CVS from 2004-06-25 to 2004-08-11. +ginstall -d . || fail=1 +ginstall -d newdir || fail=1 + (exit $fail); exit $fail