From f4695512749ce0149960a50bc530eca67d145e4a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 11 Aug 2004 23:41:44 +0000 Subject: Further fix for -d regression. --- tests/install/basic-1 | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/install/basic-1') diff --git a/tests/install/basic-1 b/tests/install/basic-1 index eb5e627e5..66df30415 100755 --- a/tests/install/basic-1 +++ b/tests/install/basic-1 @@ -61,5 +61,6 @@ 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 +ginstall -d newdir1 newdir2 newdir3 || fail=1 (exit $fail); exit $fail -- cgit v1.2.3-54-g00ecf