Imported Upstream version 17.05
[deb_dpdk.git] / test / test-pipeline / config.c
similarity index 99%
rename from app/test-pipeline/config.c
rename to test/test-pipeline/config.c
index dd80ed6..1b397c0 100644 (file)
@@ -259,6 +259,6 @@ app_parse_args(int argc, char **argv)
                argv[optind - 1] = prgname;
 
        ret = optind - 1;
-       optind = 0; /* reset getopt lib */
+       optind = 1; /* reset getopt lib */
        return ret;
 }