*** empty log message ***

This commit is contained in:
Jim Meyering 2000-02-27 14:52:45 +00:00
parent fb0afad994
commit 36aea8162f

View File

@ -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