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

Re: [PATCH] t3411: Fix test 1 for case-insensitive file systems

From: Brian Gernhardt <hidden>
Date: 2016-06-15 22:46:03

On Jan 29, 2009, at 12:19 PM, Junio C Hamano wrote:
If we really wanted to care about case-folding file systems,  
shouldn't we
make test_commit shell function a bit more than the downcasing?  How  
about
this patch instead?
That's a good point.  Always good to prevent future issues.
test_commit () {
-	file=${2:-$(echo "$1" | tr 'A-Z' 'a-z')}
+	file=${2:-$(echo "$1" | tr 'A-Z' 'a-z').t}
	echo "${3-$1}" > "$file" &&
	git add "$file" &&
	test_tick &&
Added this and ran through the tests.  Works for me. :-D

Tested-by: Brian Gernhardt <redacted> (HFS+ on Mac OS  
10.5.6)
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help