mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 08:36:28 +03:00
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.
7 lines
92 B
Bash
7 lines
92 B
Bash
# a testsuite that will force failure - for testing purposes
|
|
|
|
run()
|
|
{
|
|
run_testcase false
|
|
}
|