From 411a40b5c077ca69e34c7016428eb9d856f8fe73 Mon Sep 17 00:00:00 2001 From: jakob Date: Sun, 9 Apr 2017 19:39:46 -0400 Subject: Automated style checking and fixed unit tests. --- test/test_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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; } -- cgit v1.3