diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-06-03 20:54:42 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-06-03 20:54:42 +0200 |
| commit | 4ff0aa901f03b4da08054b7b27e4bfba2152785b (patch) | |
| tree | 5426072e4073c61c56d9f3e4d02de4d5a1a26f80 | |
| parent | e7245abe84a1a09a5f680e426b5dfac2de2e472a (diff) | |
Missing ConfigRestorer.
| -rw-r--r-- | test/map_cli_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/map_cli_test.cc b/test/map_cli_test.cc index 387e04c8c..143f391b1 100644 --- a/test/map_cli_test.cc +++ b/test/map_cli_test.cc @@ -414,6 +414,8 @@ BOOST_AUTO_TEST_CASE(map_two_smpte_cpls_each_with_subs) BOOST_AUTO_TEST_CASE(map_with_given_config) { + ConfigRestorer cr; + string const name = "map_with_given_config"; string const out = String::compose("build/test/%1_out", name); |
