mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 08:36:28 +03:00
8 lines
98 B
Bash
8 lines
98 B
Bash
# test suite that always succeeds - for testing framework
|
|
|
|
run()
|
|
{
|
|
run_testcase true
|
|
return 0
|
|
}
|