Thread (3 messages) flat view 3 messages, 2 authors, 2016-06-15

Re: [PATCH] Make Git accept absolute path names for files within the work tree

From: Robin Rosenberg <hidden>
Date: 2016-06-15 22:43:54

tisdag 27 november 2007 skrev Johannes Sixt:
Robin Rosenberg schrieb:
quoted
+test_expect_success 'add files using absolute path names' '
+echo a >afile &&
+echo b >bfile &&
+git-add afile &&
+git-add $(pwd)/bfile &&
Please use "$(pwd)/bfile" (d-quotes) throughout. Otherwise the test would 
fail if conducted in a directory with spaces.
AFAIK, None of the tests works in directories with spaces. But I'll fix it, just in case, so 
noone can blame /me/ for the tests breaking in /my home/. I cannot verify it because
the testing infrastructure breaks before the actual tests start executing.

-- robin
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help