]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5614-clone-submodules-shallow.sh
Sync with 2.30.6
[thirdparty/git.git] / t / t5614-clone-submodules-shallow.sh
index d361738b51514679e533ff633007bb820c3e1f7d..0c85ef834ab90e6fddec2ec510929df1d62acb1d 100755 (executable)
@@ -7,7 +7,7 @@ test_description='Test shallow cloning of repos with submodules'
 pwd=$(pwd)
 
 test_expect_success 'setup' '
-       git checkout -b master &&
+       git checkout -b main &&
        test_commit commit1 &&
        test_commit commit2 &&
        mkdir sub &&