mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-15 04:48:16 +08:00
*** empty log message ***
This commit is contained in:
parent
fb0afad994
commit
36aea8162f
@ -33,6 +33,9 @@ fail=0
|
||||
cd $dir
|
||||
file=file
|
||||
echo foo > $file
|
||||
|
||||
# Before 4.0q, this would mistakenly create $file, not `dest'
|
||||
# in no-dir1/no-dir2/.
|
||||
ginstall -D $file no-dir1/no-dir2/dest || fail=1
|
||||
test -d no-dir1/no-dir2 || fail=1
|
||||
test -r no-dir1/no-dir2/dest || fail=1
|
||||
|
Loading…
Reference in New Issue
Block a user