mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
build-gnu.sh: fix formatting
This commit is contained in:
parent
9b4d2c6bc4
commit
89aef11208
1 changed files with 1 additions and 2 deletions
|
@ -261,9 +261,8 @@ sed -i -e "s/Try 'mv --help' for more information/For more information, try '--h
|
||||||
# disable these test cases
|
# disable these test cases
|
||||||
sed -i -E "s|^([^#]*2_31.*)$|#\1|g" tests/printf/printf-cov.pl
|
sed -i -E "s|^([^#]*2_31.*)$|#\1|g" tests/printf/printf-cov.pl
|
||||||
|
|
||||||
|
|
||||||
# with ls --dired, in case of error, we have a slightly different error position
|
# with ls --dired, in case of error, we have a slightly different error position
|
||||||
sed -i -e "s|44 45|47 48|" tests/ls/stat-failed.sh
|
sed -i -e "s|44 45|47 48|" tests/ls/stat-failed.sh
|
||||||
|
|
||||||
sed -i -e "s/du: invalid -t argument/du: invalid --threshold argument/" -e "s/du: option requires an argument/error: a value is required for '--threshold <SIZE>' but none was supplied/" -e "/Try 'du --help' for more information./d" tests/du/threshold.sh
|
sed -i -e "s/du: invalid -t argument/du: invalid --threshold argument/" -e "s/du: option requires an argument/error: a value is required for '--threshold <SIZE>' but none was supplied/" -e "/Try 'du --help' for more information./d" tests/du/threshold.sh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue