Merge pull request #4656 from sylvestre/du-th

du: Update the GNU error message to our for tests/du/threshold.sh
This commit is contained in:
Sylvestre Ledru 2023-03-29 07:48:19 +02:00 committed by GitHub
commit d7bc324979
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -224,3 +224,5 @@ sed -i -e "s/\$prog: multiple field specifications/error: The argument '--field
# GNU doesn't support width > INT_MAX
# disable these test cases
sed -i -E "s|^([^#]*2_31.*)$|#\1|g" tests/misc/printf-cov.pl
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