-- src/npw-config.c
++ src/npw-config.c
if (pid < 0)
continue;
else if (pid == 0) {
if (!g_verbose)
{
fclose(stderr);
}
execl(viewer_path, NPW_VIEWER, "--test", "--plugin", filename, NULL);
exit(1);