diff options
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 () { |