Jorge Juan Garcia Garcia [off-list ref]
writes:
+test_expect_success '"Setup of environment of test"' '
Why these double quotes inside single quotes?
+test_expect_success '"Back to environment of test by default"' '
Same.
"test environment" would sound better than "environment of test" in
english.
+ git config status.showUntrackedFiles yes
"yes" is not documented as an acceptable value for
status.showUntrackedFiles.
"git config --unset" is what you want here.
--
Matthieu Moy
http://www-verimag.imag.fr/~moy/