Message ID | 20221129131511.7173-2-worldhello.net@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | a0883a2440903bcfcb6b0f0c9d0439168258e819 |
Headers | show |
Series | t1301: various updates | expand |
diff --git a/t/t1301-shared-repo.sh b/t/t1301-shared-repo.sh index 93a2f91f8a..7578e75d77 100755 --- a/t/t1301-shared-repo.sh +++ b/t/t1301-shared-repo.sh @@ -140,7 +140,8 @@ test_expect_success POSIXPERM 'forced modes' ' ( cd new && umask 002 && - git init --shared=0660 --template=templates && + git init --shared=0660 --template=../templates && + test_path_is_file .git/hooks/post-update && >frotz && git add frotz && git commit -a -m initial &&