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
+3
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