Re: [PATCH 1/9] t7006: GIT_DIR/config should be honored in subdirs of toplevel

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Junio C Hamano
Date: Wednesday, April 14, 2010 - 1:50 pm

Jonathan Nieder <jrnieder@gmail.com> writes:


Why do you have these outside the test itself?


They are reasonable clean-up steps to start the real test (starting from
setting and exporting the pager) in a known good state, and as long as you
write them not to fail I don't see any reason to have them outside the
test.  You _might_ want to "unset GIT_PAGER" immediately after the test
that does "export PAGER", so that it won't contaminate the environment the
test script itself runs, but even for that purpose, it would probably be
better to run the parts that depend on the exported value in a subshell.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH/RFC 0/9] Setup cleanup, chapter one, Jonathan Nieder, (Mon Apr 12, 7:11 pm)
[PATCH 3/9] builtins: do not commit pager choice early, Jonathan Nieder, (Mon Apr 12, 7:24 pm)
[PATCH 4/9] t7006: test pager.&lt;cmd&gt; configuration, Jonathan Nieder, (Mon Apr 12, 7:25 pm)
[PATCH 5/9] builtin: introduce startup_info struct, Jonathan Nieder, (Mon Apr 12, 7:27 pm)
[PATCH 6/9] builtin: remember whether repository was found, Jonathan Nieder, (Mon Apr 12, 7:28 pm)
[PATCH 9/9] config: run setup before commiting pager choice, Jonathan Nieder, (Mon Apr 12, 7:31 pm)
Re: [PATCH 8/9] builtin: check pager.&lt;cmd&gt; configuration i ..., Nguyen Thai Ngoc Duy, (Mon Apr 12, 10:29 pm)
[PATCH 3/9 v2] builtins: do not commit pager choice early, Jonathan Nieder, (Tue Apr 13, 7:17 pm)
[PATCH 4/9 v2] t7006: test pager.&lt;cmd&gt; configuration, Jonathan Nieder, (Tue Apr 13, 7:19 pm)
Re: [RFC/PATCH 00/46] nd/setup remainder for convenient re ..., Nguyen Thai Ngoc Duy, (Wed Apr 14, 12:59 am)
Re: [PATCH 1/9] t7006: GIT_DIR/config should be honored in ..., Junio C Hamano, (Wed Apr 14, 1:50 pm)
Re: [PATCH/RFC 0/9] Setup cleanup, chapter one, Junio C Hamano, (Wed Apr 14, 1:54 pm)
Re: [PATCH/RFC 0/9] Setup cleanup, chapter one, Jonathan Nieder, (Wed Apr 14, 5:05 pm)
[PATCH] t7006: guard cleanup with test_expect_success, Jonathan Nieder, (Wed Apr 14, 5:38 pm)
Re: [PATCH] t7006: guard cleanup with test_expect_success, Junio C Hamano, (Wed Apr 14, 5:56 pm)
Re: [PATCH] t7006: guard cleanup with test_expect_success, Jonathan Nieder, (Wed Apr 14, 6:27 pm)
Re: [PATCH 8/9] builtin: check pager.&lt;cmd&gt; configuration i ..., Nguyen Thai Ngoc Duy, (Thu Apr 15, 10:43 am)