mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Return 77 means "skipped"
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user