Fix P08 test

This commit is contained in:
Silvan Fischer 2020-05-14 09:23:40 +02:00
parent 382018f539
commit c181d38453
1 changed files with 3 additions and 2 deletions

View File

@ -63,8 +63,9 @@ static void test_paths(void)
snprintf(buf, PATH_SIZE, "4:../bin:%s\n", name); snprintf(buf, PATH_SIZE, "4:../bin:%s\n", name);
const char *out_txt[] = const char *out_txt[] =
{ "1:.:runtest\n" { "1:.:runtest\n",
, buf "2::runtest\n",
buf
}; };
const char *err_txt[] = { NULL }; const char *err_txt[] = { NULL };
// act // act