diff options
author | Michael Haggerty <mhagger@alum.mit.edu> | 2016-06-07 10:13:04 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-06-20 11:49:00 -0700 |
commit | bf0c6603ff809b035bd3b2049597e2273e9d86ed (patch) | |
tree | 45346e48cd5912c574e45cb4338d1dd5a7adcb1d /t | |
parent | lock_ref_sha1_basic(): only handle REF_NODEREF mode (diff) | |
download | tgif-bf0c6603ff809b035bd3b2049597e2273e9d86ed.tar.xz |
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 <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-x | t/t1404-update-ref-errors.sh (renamed from t/t1404-update-ref-df-conflicts.sh) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t1404-update-ref-df-conflicts.sh b/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 () { |