Return 77 means "skipped"

This commit is contained in:
Nick Mathewson 2015-12-17 08:36:31 -05:00
parent 759e6f8afb
commit 4bb72a4d12

View file

@ -85,7 +85,7 @@ main(int argc, char **argv)
(void) argv;
fprintf(stderr, "This test is not supported on your OS.\n");
return 1;
return 77;
#else
const char *testname;
if (argc != 3) {