summaryrefslogtreecommitdiffstats
path: root/tests/pkg/data/bin/true
blob: 7fe20954161619da69021334226ff86ac09b9253 (plain)
1
2
3
4
5
6
7
#!/bin/sh

if [ x"$(basename "${0}")" = x'true' ]; then
	return 0
else
	return 1
fi