From f6559775e68c63c8bdde12804c05fcf38f8a2f44 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 11 Aug 2004 21:51:57 +0000 Subject: Test for the -d regression. --- tests/install/basic-1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/install/basic-1') diff --git a/tests/install/basic-1 b/tests/install/basic-1 index 484bf2a28..eb5e627e5 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 -- cgit v1.2.3-54-g00ecf