summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2017-05-11 15:48:24 +0200
committerJunio C Hamano <gitster@pobox.com>2017-05-12 15:05:58 +0900
commit54d46f4826154e4eccd47d7709b34824d107f8e9 (patch)
treebfcea05d4bec66449991683a781e19274ba3f9d1
parent0e8d3f4b33c6c0ee200793723e9543bc2d1da88e (diff)
downloadgit-54d46f4826154e4eccd47d7709b34824d107f8e9.tar.gz
PREVIEW: t0060: stop testing support for .git/remotes/ and .git/branches/
We are about to remove that feature for good. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xt/t0060-path-utils.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/t0060-path-utils.sh b/t/t0060-path-utils.sh
index 444b5a4df8..162c9a5a2f 100755
--- a/t/t0060-path-utils.sh
+++ b/t/t0060-path-utils.sh
@@ -295,8 +295,6 @@ test_git_path GIT_COMMON_DIR=bar info/exclude bar/info/exclude
test_git_path GIT_COMMON_DIR=bar info/grafts bar/info/grafts
test_git_path GIT_COMMON_DIR=bar info/sparse-checkout .git/info/sparse-checkout
test_git_path GIT_COMMON_DIR=bar info//sparse-checkout .git/info//sparse-checkout
-test_git_path GIT_COMMON_DIR=bar remotes/bar bar/remotes/bar
-test_git_path GIT_COMMON_DIR=bar branches/bar bar/branches/bar
test_git_path GIT_COMMON_DIR=bar logs/refs/heads/master bar/logs/refs/heads/master
test_git_path GIT_COMMON_DIR=bar refs/heads/master bar/refs/heads/master
test_git_path GIT_COMMON_DIR=bar refs/bisect/foo .git/refs/bisect/foo