diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2014-02-06 22:10:34 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-02-10 10:21:06 -0800 |
commit | a87679339c0abb67b0be8b8b1cc10483f28df038 (patch) | |
tree | 48af50a69516ac6b059fac2f95010ac01f838571 /t | |
parent | tests: auto-set LIB_HTTPD_PORT from test name (diff) | |
download | tgif-a87679339c0abb67b0be8b8b1cc10483f28df038.tar.xz |
test: rename http fetch and push test files
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 <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-x | t/t5540-http-push-webdav.sh (renamed from t/t5540-http-push.sh) | 0 | ||||
-rwxr-xr-x | t/t5541-http-push-smart.sh (renamed from t/t5541-http-push.sh) | 0 | ||||
-rwxr-xr-x | t/t5550-http-fetch-dumb.sh (renamed from t/t5550-http-fetch.sh) | 0 | ||||
-rwxr-xr-x | t/t5551-http-fetch-smart.sh (renamed from t/t5551-http-fetch.sh) | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/t/t5540-http-push.sh b/t/t5540-http-push-webdav.sh index 8d7b3c57e3..8d7b3c57e3 100755 --- a/t/t5540-http-push.sh +++ b/t/t5540-http-push-webdav.sh diff --git a/t/t5541-http-push.sh b/t/t5541-http-push-smart.sh index 73af16f481..73af16f481 100755 --- a/t/t5541-http-push.sh +++ b/t/t5541-http-push-smart.sh diff --git a/t/t5550-http-fetch.sh b/t/t5550-http-fetch-dumb.sh index 1a3a2b6c1a..1a3a2b6c1a 100755 --- a/t/t5550-http-fetch.sh +++ b/t/t5550-http-fetch-dumb.sh diff --git a/t/t5551-http-fetch.sh b/t/t5551-http-fetch-smart.sh index e07eaf35f1..e07eaf35f1 100755 --- a/t/t5551-http-fetch.sh +++ b/t/t5551-http-fetch-smart.sh |