summaryrefslogtreecommitdiff
path: root/test/test_cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_cli.c')
-rw-r--r--test/test_cli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_cli.c b/test/test_cli.c
index c4b42f4..5a5f0db 100644
--- a/test/test_cli.c
+++ b/test/test_cli.c
@@ -26,7 +26,7 @@
char *test_out_path(void) {
char *argv[4] = {"nekopack", "-o", "/tmp", "a.xp3"};
- struct params p = parse_args(3, argv);
+ struct params p = parse_args(4, argv);
mu_assert("Trailing slash not appended to path", !strcmp(p.out, "/tmp/"));
return NULL;
}