From a87679339c0abb67b0be8b8b1cc10483f28df038 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nguy=E1=BB=85n=20Th=C3=A1i=20Ng=E1=BB=8Dc=20Duy?= Date: Thu, 6 Feb 2014 22:10:34 +0700 Subject: [PATCH] test: rename http fetch and push test files MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Make clear which one is for dumb protocol, which one is for smart from their file name. Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- t/{t5540-http-push.sh => t5540-http-push-webdav.sh} | 0 t/{t5541-http-push.sh => t5541-http-push-smart.sh} | 0 t/{t5550-http-fetch.sh => t5550-http-fetch-dumb.sh} | 0 t/{t5551-http-fetch.sh => t5551-http-fetch-smart.sh} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename t/{t5540-http-push.sh => t5540-http-push-webdav.sh} (100%) rename t/{t5541-http-push.sh => t5541-http-push-smart.sh} (100%) rename t/{t5550-http-fetch.sh => t5550-http-fetch-dumb.sh} (100%) rename t/{t5551-http-fetch.sh => t5551-http-fetch-smart.sh} (100%) diff --git a/t/t5540-http-push.sh b/t/t5540-http-push-webdav.sh similarity index 100% rename from t/t5540-http-push.sh rename to t/t5540-http-push-webdav.sh diff --git a/t/t5541-http-push.sh b/t/t5541-http-push-smart.sh similarity index 100% rename from t/t5541-http-push.sh rename to t/t5541-http-push-smart.sh diff --git a/t/t5550-http-fetch.sh b/t/t5550-http-fetch-dumb.sh similarity index 100% rename from t/t5550-http-fetch.sh rename to t/t5550-http-fetch-dumb.sh diff --git a/t/t5551-http-fetch.sh b/t/t5551-http-fetch-smart.sh similarity index 100% rename from t/t5551-http-fetch.sh rename to t/t5551-http-fetch-smart.sh -- 2.11.4.GIT