commit 4bb72a4d12ee899c85283e2e6ae518d08497a263
Author: Nick Mathewson <[email protected]>
Date:   Thu Dec 17 08:36:31 2015 -0500

    Return 77 means "skipped"
---
 src/test/test_switch_id.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/test_switch_id.c b/src/test/test_switch_id.c
index a47858a..ebae99a 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) {

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to