diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-12-17 08:36:31 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-12-17 08:36:31 -0500 |
commit | 4bb72a4d12ee899c85283e2e6ae518d08497a263 (patch) | |
tree | 1f2747afa5b8b86fdb6152826de3b67c922d5201 /src/test/test_switch_id.c | |
parent | 759e6f8afb19da6c6664d630f4695fc50cf62abc (diff) | |
download | tor-4bb72a4d12ee899c85283e2e6ae518d08497a263.tar.gz tor-4bb72a4d12ee899c85283e2e6ae518d08497a263.zip |
Return 77 means "skipped"
Diffstat (limited to 'src/test/test_switch_id.c')
-rw-r--r-- | src/test/test_switch_id.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_switch_id.c b/src/test/test_switch_id.c index a47858ab07..ebae99af08 100644 --- a/src/test/test_switch_id.c +++ b/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) { |