summaryrefslogtreecommitdiff
path: root/t/t9603/cvsroot/.gitattributes
diff options
context:
space:
mode:
authorLibravatar SZEDER Gábor <szeder.dev@gmail.com>2019-12-06 20:03:30 +0100
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-12-06 11:45:57 -0800
commit21f57620b2e73d20f5c98006af756e0162eaee3b (patch)
tree381b888b0df39e126f989dc6bd845f1e78845503 /t/t9603/cvsroot/.gitattributes
parentGit 2.24 (diff)
downloadtgif-21f57620b2e73d20f5c98006af756e0162eaee3b.tar.xz
t9300-fast-import: store the PID in a variable instead of pidfile
The five tests running 'git fast-import' in the background in 't9300-fast-import.sh' store the PID of that background process in a pidfile, to be used to check whether that background process survived each test and then to kill it in test_when_finished commands. To achieve this all these five tests run three $(cat <pidfile>) command substitutions each. Store the PID of the background 'git fast-import' in a variable to avoid those extra processes. Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9603/cvsroot/.gitattributes')
0 files changed, 0 insertions, 0 deletions