]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t9502-gitweb-standalone-parse-output.sh
tests: mark tests relying on the current default for `init.defaultBranch`
[thirdparty/git.git] / t / t9502-gitweb-standalone-parse-output.sh
index e38cbc97d38e41ae8bdf5c8d11695e06257dfa0b..76d90eccd8c29d7f82b676d8eec1c31110c1b20e 100755 (executable)
@@ -10,6 +10,9 @@ commandline, and checks that it produces the correct output, either
 in the HTTP header or the actual script output.'
 
 
+GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=master
+export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
+
 . ./gitweb-lib.sh
 
 # ----------------------------------------------------------------------