]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t0001-init.sh
Merge branch 'mo/clang-format-for-each-update' into maint
[thirdparty/git.git] / t / t0001-init.sh
index 77a224aafb8c63a237f868bff23e6d3cd418bb44..0276d14a0ba66d4af6ad7af14c6b7e98305a1b84 100755 (executable)
@@ -175,7 +175,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
 '