bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 'install --target-directory' is documented but not implemented


From: Paul Eggert
Subject: Re: 'install --target-directory' is documented but not implemented
Date: Wed, 11 Aug 2004 14:53:20 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

"Dmitry V. Levin" <address@hidden> writes:

> 2004-08-11  Dmitry V. Levin  <address@hidden>
>
>       * 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  <address@hidden>

        * 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]