Commit 9f65947
committed
t5570: make test "set -e" clean
In order to catch mistakes like misspelling "test_expect_success",
we would like to eventually be able to run our test suite with the
"-e" option on.
Among a few scripts that use lib-git-daemon.sh, t5570 starts and
stops git-daemon process multiple times. Make stop_git_daemon
function "set -e" clean.
Signed-off-by: Junio C Hamano <gitster@pobox.com>1 parent 302c2d6 commit 9f65947
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
| 89 | + | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments