]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Test for the -d regression.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Aug 2004 21:51:57 +0000 (21:51 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Aug 2004 21:51:57 +0000 (21:51 +0000)
tests/install/basic-1

index 484bf2a28f6602998944a59531a2a32fdefaaf47..eb5e627e53af0899e0af4e3f6a1500a18609e6d9 100755 (executable)
@@ -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