diff --git a/tests/np_test.c b/tests/np_test.c index dc46326e..75011ee1 100644 --- a/tests/np_test.c +++ b/tests/np_test.c @@ -163,7 +163,7 @@ np_glob_setup_np2(void **state, const char *test_name, const char **modules) SETUP_FAIL_LOG; return 1; } - if (system(NP_ROOT_DIR "/scripts/setup.sh")) { + if (system(NP_ROOT_DIR "/scripts/setup.sh &>/dev/null")) { SETUP_FAIL_LOG; return 1; }