remote-curl.c: Fix a compiler warning
[gitweb.git] / t / t3404-rebase-interactive.sh
index 7fd2127625506c39371bda873ec2f56593b65aca..eab8501e11b31a65abc405885be425359220fdaa 100755 (executable)
@@ -247,6 +247,7 @@ test_expect_success '-p handles "no changes" gracefully' '
 '
 
 test_expect_failure 'exchange two commits with -p' '
+       git checkout H &&
        FAKE_LINES="2 1" git rebase -i -p HEAD~2 &&
        test H = $(git cat-file commit HEAD^ | sed -ne \$p) &&
        test G = $(git cat-file commit HEAD | sed -ne \$p)