Skip to content

Commit

Permalink
Merge pull request uutils#5290 from cakebaker/build_gnu_sh_fix_format…
Browse files Browse the repository at this point in the history
…ting

build-gnu.sh: fix formatting
  • Loading branch information
sylvestre authored Sep 20, 2023
2 parents 9b4d2c6 + 89aef11 commit a0f6df4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions util/build-gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,8 @@ sed -i -e "s/Try 'mv --help' for more information/For more information, try '--h
# disable these test cases
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
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

Expand Down

0 comments on commit a0f6df4

Please sign in to comment.