Skip to content

Commit 6fa6b43

Browse files
committed
Cleanup flex update tests
1 parent 69f9c31 commit 6fa6b43

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test-output-flex-update.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55

66
static testing::db::import_t db;
77

8+
static char const *const conf_file = "test_output_flex.lua";
9+
810
struct options_slim_default
911
{
1012
static options_t options()
1113
{
12-
return testing::opt_t().slim().flex("test_output_flex.lua");
14+
return testing::opt_t().slim().flex(conf_file);
1315
}
1416
};
1517

0 commit comments

Comments
 (0)