Commit 205573f1 authored by Luca Boccassi's avatar Luca Boccassi

Problem: typo in RUN_TEST macro breaks debian/kfreebsd build

Solution: fix it
parent 320741f2
...@@ -209,7 +209,7 @@ int main (void) ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment