We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d74d1 commit 20a55f4Copy full SHA for 20a55f4
t/t9300-fast-import.sh
@@ -1045,7 +1045,7 @@ DATA
1045
INPUT_END
1046
1047
test_expect_success 'P: fail on inline gitlink' '
1048
- ! git-fast-import <input'
+ test_must_fail git-fast-import <input'
1049
1050
test_tick
1051
cat >input <<INPUT_END
@@ -1068,6 +1068,6 @@ M 160000 :1 sub
1068
1069
1070
test_expect_success 'P: fail on blob mark in gitlink' '
1071
1072
1073
test_done
0 commit comments