]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t0001-init.sh
init: make --template path relative to $CWD
[thirdparty/git.git] / t / t0001-init.sh
index 42a263cadafe55803bacf5e8bc071b9999618fc4..802edb6c8fd06cb557769aa6d801fabc0477aef3 100755 (executable)
@@ -174,7 +174,7 @@ test_expect_success 'reinit' '
 test_expect_success 'init with --template' '
        mkdir template-source &&
        echo content >template-source/file &&
-       git init --template=../template-source template-custom &&
+       git init --template=template-source template-custom &&
        test_cmp template-source/file template-custom/.git/file
 '