commit ff3eb0f20ce375251155ad0ef30dfc944323635a from: Stefan Sperling date: Fri Mar 09 14:33:12 2018 UTC fix repos path argument processing in repository_test commit - 0d7de9e398f51bae542798ee81ab68993d05861b commit + ff3eb0f20ce375251155ad0ef30dfc944323635a blob - 85c24b2099d9153a55872a1342f09e50053b2942 blob + 475cdbc31e78afeb06d3c0758cf5cbe0e371040a --- regress/repository/repository_test.c +++ regress/repository/repository_test.c @@ -429,7 +429,7 @@ main(int argc, char *argv[]) if (argc == 0) repo_path = GOT_REPO_PATH; else if (argc == 1) - repo_path = argv[1]; + repo_path = argv[0]; else { usage(); return 1;