Sign in
code
/
git
/
fc2a6741f71c71ddc7e1cc71c8f6289fcda2ff2d
/
.
/
t
/
chainlint
/
chain-break-false.test
blob: f78ad911fcd3455e7564edfcceefc74285e5948c [
file
]
test_expect_success
'chain-break-false'
'
# LINT: broken &&-chain okay if explicit "false" signals failure
if condition not satisified
then
echo it did not work...
echo failed!
false
else
echo it went okay
congratulate user
fi
'