X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=t%2Ft5405-send-pack-rewind.sh;h=4bda18a662da5a0c36ee007c37d9ded6be3b1832;hb=cecff3a45b4660f47a58746eae42b6ddb58e1919;hp=cb9aacc7bc62e2ecfdca0dc7f6071e5330fe09d0;hpb=b7380fa7a9adb52860eef7e8885fb8bc179beae1;p=git.git diff --git a/t/t5405-send-pack-rewind.sh b/t/t5405-send-pack-rewind.sh index cb9aacc7b..4bda18a66 100755 --- a/t/t5405-send-pack-rewind.sh +++ b/t/t5405-send-pack-rewind.sh @@ -8,6 +8,7 @@ test_expect_success setup ' >file1 && git add file1 && test_tick && git commit -m Initial && + git config receive.denyCurrentBranch warn && mkdir another && ( cd another &&