t: allow 'scalar' in test_must_fail
This will enable scalar tests to use the test_must_fail helper, when necessary. Signed-off-by: Derrick Stolee <derrickstolee@github.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
5cc9858f1b
commit
008217cb4a
@ -1016,7 +1016,7 @@ test_must_fail_acceptable () {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
git|__git*|test-tool|test_terminal)
|
git|__git*|scalar|test-tool|test_terminal)
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
Loading…
Reference in New Issue
Block a user