Skip to content

Commit

Permalink
tests BUGFIX increase max ext data path size
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Aug 10, 2023
1 parent 570c2b3 commit e9d95e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/np_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ np_glob_setup_np2(void **state, const char *test_name, const char **modules)
{
struct np_test *st;
pid_t pid;
char str[256], server_dir[256], sock_param[128], extdata_path[128];
char str[256], server_dir[256], sock_param[128], extdata_path[256];
int fd, pipefd[2], buf;

if (!getcwd(str, 256)) {
Expand Down

0 comments on commit e9d95e9

Please sign in to comment.