Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCH v6 4/6] t0060: Add tests for prefix_path when path begins with work tree

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:59:49

Torsten Bögershausen [off-list ref] writes:
On 2014-02-04 15.25, Martin Erik Werner wrote:
quoted
 t/t0060-path-utils.sh | 10 ++++++++++
 1 file changed, 10 insertions(+)
diff --git a/t/t0060-path-utils.sh b/t/t0060-path-utils.sh
index b8e92e1..c0a14f6 100755
--- a/t/t0060-path-utils.sh
+++ b/t/t0060-path-utils.sh
@@ -201,6 +201,16 @@ test_expect_success 'prefix_path works with only absolute path to work tree' '
 	test_cmp expected actual
 '
 
+test_expect_success 'prefix_path rejects absolute path to dir with same beginning as work tree' '
+	test_must_fail test-path-utils prefix_path prefix "$(pwd)a"
+'
+
+test_expect_success 'prefix_path works with absolute path to a symlink to work tree having  same beginning as work tree' '
+	git init repo &&
+	ln -s repo repolink &&
+	test "a" = "$(cd repo && test-path-utils prefix_path prefix "$(pwd)/../repolink/a")"
+'
I think we need SYMLINKS here.
Yes.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help