From: Jens Lehmann Date: Tue, 8 Jun 2010 16:31:25 +0000 (+0200) Subject: git diff: rename test that had a conflicting name X-Git-Tag: v1.7.2-rc1~12^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf6aef803df93343e628e0c273a5d8f0d2f0fddb;p=git git diff: rename test that had a conflicting name In 86140d5 the new test t4041-diff-submodule.sh was introduced although t4027-diff-submodule.sh already existed. Rename the newer test to t4041-diff-submodule-option.sh to fix that. Signed-off-by: Jens Lehmann Signed-off-by: Junio C Hamano --- diff --git a/t/t4041-diff-submodule.sh b/t/t4041-diff-submodule-option.sh similarity index 100% rename from t/t4041-diff-submodule.sh rename to t/t4041-diff-submodule-option.sh