File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ TEST_CASE("mtab test")
121
121
SECTION (" live iso system" )
122
122
{
123
123
static constexpr std::string_view filename{" /tmp/mtab.conf" };
124
- REQUIRE (file_utils::create_file_for_overwrite (filename, MTAB_LIVE_ISO_TEST));
124
+ REQUIRE (gucc:: file_utils::create_file_for_overwrite (filename, MTAB_LIVE_ISO_TEST));
125
125
126
126
const auto & mtab_entries = gucc::mtab::parse_mtab (" /tmp/calamares-root-q_z5rdlx" sv, filename);
127
127
REQUIRE (mtab_entries.has_value ());
@@ -164,7 +164,7 @@ TEST_CASE("mtab test")
164
164
SECTION (" empty file" )
165
165
{
166
166
static constexpr std::string_view filename{" /tmp/mtab.conf" };
167
- REQUIRE (file_utils::create_file_for_overwrite (filename, " " ));
167
+ REQUIRE (gucc:: file_utils::create_file_for_overwrite (filename, " " ));
168
168
169
169
const auto & mtab_entries = gucc::mtab::parse_mtab (" /tmp/calamares-root-q_z5rdlx" sv, filename);
170
170
REQUIRE (!mtab_entries.has_value ());
You can’t perform that action at this time.
0 commit comments