test-png: Ensure libpng output _after_ ours

This commit is contained in:
Bill Kendrick 2022-07-03 17:28:03 -07:00
parent 06fafcb6d6
commit 4108634b9f

View file

@ -49,6 +49,7 @@ int main(int argc, char * argv[]) {
for (i = 1; i < argc; i++) {
printf("%5d ------------------------------------------------------------------\n", i);
printf("%s\n", argv[i]);
fflush(stdout);
/* Open the file */
fi = fopen(argv[i], "rb");