From 89cb98cb04a147cb6ba43cefb30bf1395acc0f67 Mon Sep 17 00:00:00 2001 From: Stephen Haberman Date: Thu, 19 Jun 2008 23:42:13 -0500 Subject: [PATCH] Rename 'client' commit-msg. --- ...-ticket-hook.sh => t1000-client-commit-msg-ticket-hook.sh} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename tests/{t1000-commit-msg-ticket-hook.sh => t1000-client-commit-msg-ticket-hook.sh} (95%) diff --git a/tests/t1000-commit-msg-ticket-hook.sh b/tests/t1000-client-commit-msg-ticket-hook.sh similarity index 95% rename from tests/t1000-commit-msg-ticket-hook.sh rename to tests/t1000-client-commit-msg-ticket-hook.sh index c8b4e9b..0e4146e 100644 --- a/tests/t1000-commit-msg-ticket-hook.sh +++ b/tests/t1000-client-commit-msg-ticket-hook.sh @@ -34,8 +34,8 @@ test_expect_success 'accepts with re' ' test_expect_success 'accepts with re on the second line' ' echo "$test_name" >file && git add file && - echo "line one" >msg - echo "line two re #3200" >>msg + echo "line one" >msg && + echo "line two re #3200" >>msg && git commit -F msg ' -- 2.20.1