Skip to content

Commit 1242501

Browse files
committed
Merge branch 'js/t1309-master-to-topic'
Test preparation. * js/t1309-master-to-topic: t1309: use a neutral branch name in the `onbranch` test cases
2 parents 290c940 + f1beaae commit 1242501

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t1309-early-config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ test_expect_failure 'ignore .git/ with invalid config' '
9191

9292
test_expect_success 'early config and onbranch' '
9393
echo "[broken" >broken &&
94-
test_with_config "[includeif \"onbranch:master\"]path=../broken"
94+
test_with_config "[includeif \"onbranch:topic\"]path=../broken"
9595
'
9696

9797
test_expect_success 'onbranch config outside of git repo' '
98-
test_config_global includeIf.onbranch:master.path non-existent &&
98+
test_config_global includeIf.onbranch:topic.path non-existent &&
9999
nongit git help
100100
'
101101

0 commit comments

Comments
 (0)