Skip to content

Commit 9f469bc

Browse files
committed
Updated Failing Test Case Due to Missing Command
Change-Id: I44fb612c1334ba9fb0ec9b012565994207eb2a98
1 parent 0e71084 commit 9f469bc

File tree

1 file changed

+1
-1
lines changed
  • testsuite/tests/opt_parse/usage

1 file changed

+1
-1
lines changed

testsuite/tests/opt_parse/usage/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ STDOUT=stdout.log
55
# The usage text is split across multiple lines making the greps unreliable.
66
# This joins together the output onto one line, with correct spaceage in the
77
# usage text so that the greps can find the expected text.
8-
python3 parse_output.py
8+
python parse_output.py
99

1010
# Check that the help text contains updated usage information
1111
if grep -P -q "\[--charset\|-C <charset name>\]" $STDOUT; then

0 commit comments

Comments
 (0)