We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e71084 commit 9f469bcCopy full SHA for 9f469bc
testsuite/tests/opt_parse/usage/test.sh
@@ -5,7 +5,7 @@ STDOUT=stdout.log
5
# The usage text is split across multiple lines making the greps unreliable.
6
# This joins together the output onto one line, with correct spaceage in the
7
# usage text so that the greps can find the expected text.
8
-python3 parse_output.py
+python parse_output.py
9
10
# Check that the help text contains updated usage information
11
if grep -P -q "\[--charset\|-C <charset name>\]" $STDOUT; then
0 commit comments