hust testsuite: fix a false positive
[oweals/busybox.git] / miscutils / conspy.c
index f6468c116b7b682fe4cf27c98f8668864e83bacc..e80158e39a14a10fec042483da4c8bcac11b1050 100644 (file)
@@ -388,8 +388,8 @@ int conspy_main(int argc UNUSED_PARAM, char **argv)
        INIT_G();
        strcpy(G.vcsa_name, DEV_VCSA);
 
-       opt_complementary = "x+:y+"; // numeric params
-       opts = getopt32(argv, "vcQsndfFx:y:", &G.x, &G.y);
+       // numeric params
+       opts = getopt32(argv, "vcQsndfFx:+y:+", &G.x, &G.y);
        argv += optind;
        ttynum = 0;
        if (argv[0]) {