Files
libfaketime/test/functests/dont_test_false.sh
Tomi Ollila b648b7712d whitespace cleanup
Used (emacs) M-x untabify for whole faketime.c as the prevailing
style in that file used spaces for indentation.

Used M-x delete-trailing-whitespace to all files that had either
trailing whitespace or empty lines at the end of file to remove
those.
2012-08-30 10:46:58 +03:00

7 lines
92 B
Bash

# a testsuite that will force failure - for testing purposes
run()
{
run_testcase false
}