aboutsummaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rw-r--r--test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.c b/test.c
index 0a16e9328..36da4db0b 100644
--- a/test.c
+++ b/test.c
@@ -235,7 +235,7 @@ test_main(int argc, char** argv)
235 if (*t_wp != NULL && *++t_wp != NULL) 235 if (*t_wp != NULL && *++t_wp != NULL)
236 syntax(*t_wp, "unknown operand"); 236 syntax(*t_wp, "unknown operand");
237 237
238 exit( res); 238 return( res);
239} 239}
240 240
241static void 241static void