Files
libfaketime/test/functests/test_true.sh
Daniel Kahn Gillmor b3a2667e9f fix spelling :)
2018-01-16 14:21:36 -05:00

8 lines
98 B
Bash

# test suite that always succeeds - for testing framework
run()
{
run_testcase true
return 0
}