Problem: typo in RUN_TEST macro breaks debian/kfreebsd build

Solution: fix it
This commit is contained in:
Luca Boccassi 2018-11-04 18:12:18 +00:00
parent 320741f2c9
commit 205573f1a3

View File

@ -209,7 +209,7 @@ int main (void)
RUN_TEST (test_filter_with_current_process_pid); RUN_TEST (test_filter_with_current_process_pid);
RUN_TEST (test_filter_with_possibly_nonexistent_pid); RUN_TEST (test_filter_with_possibly_nonexistent_pid);
#else #else
RUN_TEST (test_filter_with_pid_fails ()); RUN_TEST (test_filter_with_pid_fails);
#endif #endif
#else #else
RUN_TEST (test_filter_with_zero_uid_fails); RUN_TEST (test_filter_with_zero_uid_fails);