Skip to content

Commit 97f57b9

Browse files
committed
Fixed broken test
1 parent cbe9795 commit 97f57b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/bats/github_18.bats

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,7 @@ export GETOPTS_LONG_TEST_BIN='getopts_long-nounset'
3636
}
3737
@test "${FEATURE}: missing last argument, verbose" {
3838
compare '-o' \
39-
'--option'
39+
'--option' \
40+
'1{s/getopts.+verbose:/getopts-NORMALIZED:/}' \
41+
'1{s/(option requires an argument --) (o|option)$/\1 NORMALIZED/}'
4042
}

0 commit comments

Comments
 (0)