]> rtime.felk.cvut.cz Git - sojka/lightdm.git/commitdiff
Don't handle --standalone in test u-s-c
authorMichael Terry <michael.terry@canonical.com>
Mon, 30 Sep 2013 20:22:11 +0000 (16:22 -0400)
committerMichael Terry <michael.terry@canonical.com>
Mon, 30 Sep 2013 20:22:11 +0000 (16:22 -0400)
tests/src/unity-system-compositor.c

index 0ed3a24da3e0637650043c4fa70ba98522bf75e1..8d5a6969f6fa024588414d3036eb589ce5a82989 100644 (file)
@@ -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;
     }