Explorar el Código

Return 77 means "skipped"

Nick Mathewson hace 8 años
padre
commit
4bb72a4d12
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {