Skip to content

Commit

Permalink
stat-failed.sh: update of the test - we have a small difference
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Sep 16, 2023
1 parent 65559d4 commit 4b65ada
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions util/build-gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,10 @@ 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 message

Check failure on line 265 in util/build-gnu.sh

View workflow job for this annotation

GitHub Actions / Style/spelling (ubuntu-latest, feat_os_unix)

ERROR: Unknown word (dired) (file:'util/build-gnu.sh', line:265)
sed -i -e "s|44 45|45 46|" 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

# disable two kind of tests:
Expand Down

0 comments on commit 4b65ada

Please sign in to comment.