t7700: have closing quote of a test at the beginning of line
[gitweb.git] / t / t1300-repo-config.sh
index 8780934478b4806819259e432d39bc10b2c7cfd6..e95b1e67da7089a434fc5e8d687b2e2d5e39da01 100755 (executable)
@@ -1587,10 +1587,10 @@ test_expect_success '--show-origin stdin with file include' '
 '
 
 test_expect_success !MINGW '--show-origin blob' '
-       cat >expect <<-\EOF &&
-               blob:a9d9f9e555b5c6f07cbe09d3f06fe3df11e09c08   user.custom=true
-       EOF
        blob=$(git hash-object -w "$CUSTOM_CONFIG_FILE") &&
+       cat >expect <<-EOF &&
+               blob:$blob      user.custom=true
+       EOF
        git config --blob=$blob --show-origin --list >output &&
        test_cmp expect output
 '