aboutsummaryrefslogtreecommitdiff
path: root/testsuite/false/false-returns-failure
blob: 30ee2997f240eab953d23f56d19c32c70aca92a4 (plain)
1
2
3
4
5
if busybox false; then
	return 1
else
	return 0
fi