Browse Source

Return 77 means "skipped"

Nick Mathewson 8 years ago
parent
commit
4bb72a4d12
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/test/test_switch_id.c

+ 1 - 1
src/test/test_switch_id.c

@@ -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) {