mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
Return 77 means "skipped"
This commit is contained in:
parent
759e6f8afb
commit
4bb72a4d12
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue