summaryrefslogtreecommitdiffstats
path: root/tests/deckard/contrib/libfaketime/test/functests/test_true.sh
blob: 0025bcf1f5b672439e388dcf457a8d2546e90d80 (plain)
1
2
3
4
5
6
7
# test suite that always succeeds - for testing framework

run()
{
	run_testcase true
	return 0
}