Merge pull request #3651 from sylvestre/gnu-install

install: verbose messages shows ginstall as command
This commit is contained in:
Terts Diepraam 2022-06-19 12:08:53 +02:00 committed by GitHub
commit e3f14ea6e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -202,3 +202,6 @@ sed -i -e "s/failed to access 'no-such-dir'\":/failed to link 'no-such-dir'\"/"
# GNU sleep accepts some crazy string, not sure we should match this behavior
sed -i -e "s/timeout 10 sleep 0x.002p1/#timeout 10 sleep 0x.002p1/" tests/misc/sleep.sh
# install verbose messages shows ginstall as command
sed -i -e "s/ginstall: creating directory/install: creating directory/g" tests/install/basic-1.sh