summaryrefslogtreecommitdiff
path: root/t/chainlint/chain-break-false.expect
blob: 989766fb85644657a30a8b8b07b3523ab0fc8486 (plain)
1
2
3
4
5
6
7
8
9
if condition not satisified
then
	echo it did not work...
	echo failed!
	false
else
	echo it went okay ?!AMP?!
	congratulate user
fi