diff options
author | Jonathan Tan <jonathantanmy@google.com> | 2017-03-02 11:50:41 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-03-03 10:54:42 -0800 |
commit | 67f2825174882ae7d4e252f48fc1ce7f780196fb (patch) | |
tree | 2346d82075296099c2af3bc4e62f153e11eb0d27 /t/t0110/url-7 | |
parent | Git 2.12 (diff) | |
download | tgif-67f2825174882ae7d4e252f48fc1ce7f780196fb.tar.xz |
t/perf: export variable used in other blocks
In p0001, a variable was created in a test_expect_success block to be
used in later test_perf blocks, but was not exported. This caused the
variable to not appear in those blocks (this can be verified by writing
'test -n "$commit"' in those blocks), resulting in a slightly different
invocation than what was intended. Export that variable.
Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Reviewed-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t0110/url-7')
0 files changed, 0 insertions, 0 deletions