Skip to content

Commit

Permalink
Merge branch 'tr/test-v-and-v-subtest-only'
Browse files Browse the repository at this point in the history
Finishing touches to a topic that is already in master for the
upcoming release.

* tr/test-v-and-v-subtest-only:
  t0000: do not use export X=Y
  • Loading branch information
Junio C Hamano committed Jul 11, 2013
2 parents 5b6cd0f + e66681e commit f3930e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/t0000-basic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ run_sub_test_lib_test () {
# Pretend we're a test harness. This prevents
# test-lib from writing the counts to a file that will
# later be summarized, showing spurious "failed" tests
export HARNESS_ACTIVE=t &&
HARNESS_ACTIVE=t &&
export HARNESS_ACTIVE &&
cd "$name" &&
cat >"$name.sh" <<-EOF &&
#!$SHELL_PATH
Expand Down

0 comments on commit f3930e4

Please sign in to comment.