Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'tr/test-v-and-v-subtest-only'
author
Junio C Hamano
<gitster@pobox.com>
Thu, 11 Jul 2013 20:06:02 +0000
(13:06 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 11 Jul 2013 20:06:02 +0000
(13:06 -0700)
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
t/t0000-basic.sh
patch
|
blob
|
history
raw
(from parent 1:
5b6cd0f
)
diff --git
a/t/t0000-basic.sh
b/t/t0000-basic.sh
index 5c32288380bfd26d20574440c7f94d46dc89a56b..10be52beedb4058318555e096d51517f1c30ad9f 100755
(executable)
--- a/
t/t0000-basic.sh
+++ b/
t/t0000-basic.sh
@@
-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