"Dmitry V. Levin" <[EMAIL PROTECTED]> writes:

> 2004-08-11  Dmitry V. Levin  <[EMAIL PROTECTED]>
>
>       * src/install.c (main): Fix -d regression introduced with
>       --target-directory support at 2004-06-25.

Thanks; I installed that, along with this test for the regression:

2004-08-11  Paul Eggert  <[EMAIL PROTECTED]>

        * tests/install/basic-1: Test for the -d regression.

--- basic-1     23 Jun 2004 15:07:04 -0000      1.9
+++ basic-1     11 Aug 2004 21:51:57 -0000      1.10
@@ -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


_______________________________________________
Bug-coreutils mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to