Skip to content

Commit

Permalink
FIX: Missing g_scan_output_format in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matricali committed Jul 28, 2024
1 parent 902cf00 commit 1eedb14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test-credentials.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ SOFTWARE.

int g_verbose = 0;
char *g_output_format = NULL;
char *g_scan_output_format = NULL;

typedef struct {
const char *input;
Expand Down
1 change: 1 addition & 0 deletions tests/test-targets.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ SOFTWARE.

int g_verbose = 0;
char *g_output_format = NULL;
char *g_scan_output_format = NULL;

typedef struct {
const char *input;
Expand Down

0 comments on commit 1eedb14

Please sign in to comment.