mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
install: verbose messages shows ginstall as command
This commit is contained in:
parent
1747b20cf0
commit
43ce927bdb
1 changed files with 3 additions and 0 deletions
|
@ -203,3 +203,6 @@ sed -i -e "s/failed to access 'no-such-dir'\":/failed to link 'no-such-dir'\"/"
|
||||||
# sleep without arg returns 2 on our side, 1 on GNU's
|
# sleep without arg returns 2 on our side, 1 on GNU's
|
||||||
# GNU sleep accepts some crazy string, not sure we should match this behavoir
|
# GNU sleep accepts some crazy string, not sure we should match this behavoir
|
||||||
sed -i -e "s/timeout 10 sleep 0x.002p1/#timeout 10 sleep 0x.002p1/" tests/misc/sleep.sh
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue