Skip to content

Commit

Permalink
tests REFACTOR formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed May 20, 2024
1 parent e9e6585 commit 4f01367
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/np_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,11 @@ np_glob_setup_np2(void **state, const char *test_name, const char **modules)

#ifdef NETOPEER2_LIB
/* start the server */
char *argv[] = {NP_BINARY_DIR "/netopeer2-server", "-d", "-v3", "-t10", "-p", pidfile_path,
"-U", sock_path, "-m 600", "-f", server_dir, "-x", extdata_path};
char *argv[] = {
NP_BINARY_DIR "/netopeer2-server", "-d", "-v3", "-t10", "-p", pidfile_path,
"-U", sock_path, "-m 600", "-f", server_dir, "-x", extdata_path
};

np2_server(sizeof argv / sizeof *argv, argv);
#else
/* exec the server */
Expand Down

0 comments on commit 4f01367

Please sign in to comment.