Update periodic testing scripts

This commit is contained in:
o9000
2017-11-05 19:51:09 +01:00
parent 41190204b3
commit 1ff3404e56
5 changed files with 6 additions and 6 deletions

View File

@@ -808,7 +808,7 @@ Imlib_Image load_image(const char *path, int cached)
GdkPixbuf *pixbuf = rsvg_handle_get_pixbuf(svg);
gdk_pixbuf_save(pixbuf, tmp_filename, "png", NULL, NULL);
}
exit(0);
_exit(0);
} else {
// Parent
close(fd);