Welcome to mirror list, hosted at ThFree Co, Russian Federation.

false-returns-failure « false « testsuite - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 30ee2997f240eab953d23f56d19c32c70aca92a4 (plain)
1
2
3
4
5
if busybox false; then
	return 1
else
	return 0
fi