diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-11 21:51:57 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-11 21:51:57 +0000 |
commit | f6559775e68c63c8bdde12804c05fcf38f8a2f44 (patch) | |
tree | d53ee38eb1c09f3445a624278025692e6b8c6cb9 /tests/install/basic-1 | |
parent | ed5f2129c1c56e8b8f266bcdc020b4dca76335c5 (diff) | |
download | coreutils-f6559775e68c63c8bdde12804c05fcf38f8a2f44.tar.xz |
Test for the -d regression.
Diffstat (limited to 'tests/install/basic-1')
-rwxr-xr-x | tests/install/basic-1 | 4 |
1 files changed, 4 insertions, 0 deletions
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 |