aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_switch_id.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/test_switch_id.c')
-rw-r--r--src/test/test_switch_id.c2
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) {