]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5411/test-0027-push-options--porcelain.sh
t5411: use different out file to prevent overwriting
[thirdparty/git.git] / t / t5411 / test-0027-push-options--porcelain.sh
index 3a6561b5eab465b3b9eab20e29a3c4fa992d6a7c..54e4f8f1d20b353a8b946a4ed898311304d71415 100644 (file)
@@ -17,8 +17,8 @@ test_expect_success "proc-receive: not support push options ($PROTOCOL/porcelain
                -o reviewer=user1 \
                origin \
                HEAD:refs/for/main/topic \
-               >out 2>&1 &&
-       make_user_friendly_and_stable_output <out >actual &&
+               >out-$test_count 2>&1 &&
+       make_user_friendly_and_stable_output <out-$test_count >actual &&
        test_i18ngrep "fatal: the receiving end does not support push options" \
                actual &&
        git -C "$upstream" show-ref >out &&