Skip to content

Commit 9b92070

Browse files
Denton-Lgitster
authored andcommitted
t1307: reorder nongit test_must_fail
In the future, we plan on only allowing `test_must_fail` to work on a restricted subset of commands, including `git`. Reorder the commands so that `nongit` comes before `test_must_fail`. This way, `test_must_fail` operates on a git command. Signed-off-by: Denton Liu <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3595d10 commit 9b92070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t1307-config-blob.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ test_expect_success 'can parse blob ending with CR' '
7474
'
7575

7676
test_expect_success 'config --blob outside of a repository is an error' '
77-
test_must_fail nongit git config --blob=foo --list
77+
nongit test_must_fail git config --blob=foo --list
7878
'
7979

8080
test_done

0 commit comments

Comments
 (0)