]> git.ipfire.org Git - thirdparty/git.git/commit
t1307: reorder `nongit test_must_fail`
authorDenton Liu <liu.denton@gmail.com>
Fri, 20 Dec 2019 18:15:56 +0000 (10:15 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Dec 2019 19:30:44 +0000 (11:30 -0800)
commit9b92070e5231773f564c1fe631cddd6d436963a5
tree0a3aaa928efa85866738243b9e77a03b27709e5a
parent3595d10c26db483239d97ca8fc435c1c9dabcfb1
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 <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1307-config-blob.sh