Skip to content

Commit

Permalink
Fix test broken by an irrelevant warning from newer xargs
Browse files Browse the repository at this point in the history
  • Loading branch information
vlajos committed Jan 13, 2021
1 parent 2ee6df3 commit 77362c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ runAndCompareOutput(){

sed -e 's/[0-9]\+/X/g' -e 's/X -X$/X +X/g' "$TEST_OUTPUT" |\
grep -v -e kcov -e 'grep -vh bin/sed' -e "Your grep version is" \
-e 'xargs: warning: options --max-args' \
>"$TEST_OUTPUT.standard"
if [[ "$3" = "1" ]]; then
sort -f "$TEST_OUTPUT.standard" >"$TEST_OUTPUT.standard.sorted"
Expand Down

0 comments on commit 77362c6

Please sign in to comment.