From 9287c2067079330a45285886619e4e80944ee0d4 Mon Sep 17 00:00:00 2001 From: Michael Terry Date: Mon, 30 Sep 2013 16:22:11 -0400 Subject: [PATCH] Don't handle --standalone in test u-s-c --- tests/src/unity-system-compositor.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/src/unity-system-compositor.c b/tests/src/unity-system-compositor.c index 0ed3a24d..8d5a6969 100644 --- a/tests/src/unity-system-compositor.c +++ b/tests/src/unity-system-compositor.c @@ -179,8 +179,6 @@ main (int argc, char **argv) } else if (strcmp (arg, "--test") == 0) test = TRUE; - else if (strcmp (arg, "--standalone") == 0) - ; else return EXIT_FAILURE; } -- 2.39.2