]> arthur.barton.de Git - bup.git/commit
tests: web: exit early to avoid indentation
authorJohannes Berg <johannes@sipsolutions.net>
Sun, 17 May 2020 19:42:53 +0000 (21:42 +0200)
committerRob Browning <rlb@defaultvalue.org>
Sun, 21 Jun 2020 16:20:58 +0000 (11:20 -0500)
commiteae77cd328514bc9e8e8751cb99a16951600f39a
treeb7a77e6a843a841a1a6194d3c40e66405a1ded80
parent77b44edd72a07505cfa0808fc6a0ac4306ae6306
tests: web: exit early to avoid indentation

There isn't really much point in assigning a variable if
all we really want is to skip the whole test, just exit
early in those cases.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
t/test-web.sh