File testbin.c.patch of Package wgrib
--- testbin.c.orig 2006-11-16 11:30:23.000000000 -0700
+++ testbin.c 2006-11-16 11:29:49.000000000 -0700
@@ -55,4 +55,5 @@
if (j % dy == 0) putchar('\n');
}
printf("should see continents -- if you do, it works\n");
+ exit(0);
}