From bf0c6603ff809b035bd3b2049597e2273e9d86ed Mon Sep 17 00:00:00 2001 From: Michael Haggerty Date: Tue, 7 Jun 2016 10:13:04 +0200 Subject: [PATCH] t1404: rename file to t1404-update-ref-errors.sh I want to broaden the scope of this test file, so rename it accordingly. Signed-off-by: Michael Haggerty Signed-off-by: Junio C Hamano --- ...04-update-ref-df-conflicts.sh => t1404-update-ref-errors.sh} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename t/{t1404-update-ref-df-conflicts.sh => t1404-update-ref-errors.sh} (98%) diff --git a/t/t1404-update-ref-df-conflicts.sh b/t/t1404-update-ref-errors.sh similarity index 98% rename from t/t1404-update-ref-df-conflicts.sh rename to t/t1404-update-ref-errors.sh index 6d869d1285..2818460ba9 100755 --- a/t/t1404-update-ref-df-conflicts.sh +++ b/t/t1404-update-ref-errors.sh @@ -1,6 +1,6 @@ #!/bin/sh -test_description='Test git update-ref with D/F conflicts' +test_description='Test git update-ref error handling' . ./test-lib.sh test_update_rejected () { -- 2.49.0