소스 검색

Return 77 means "skipped"

Nick Mathewson 8 년 전
부모
커밋
4bb72a4d12
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {