[libcalamares] Misplaced space in a test-filename
This commit is contained in:
parent
1f21b9ad73
commit
fa7d2bda16
@ -113,7 +113,7 @@ LibCalamaresTests::testLoadSaveYaml()
|
|||||||
CalamaresUtils::saveYaml( "out.yaml", map );
|
CalamaresUtils::saveYaml( "out.yaml", map );
|
||||||
|
|
||||||
auto other_map = CalamaresUtils::loadYaml( "out.yaml" );
|
auto other_map = CalamaresUtils::loadYaml( "out.yaml" );
|
||||||
CalamaresUtils::saveYaml( " out2.yaml", other_map );
|
CalamaresUtils::saveYaml( "out2.yaml", other_map );
|
||||||
QCOMPARE( map, other_map );
|
QCOMPARE( map, other_map );
|
||||||
|
|
||||||
QFile::remove( "out.yaml" );
|
QFile::remove( "out.yaml" );
|
||||||
|
Loading…
Reference in New Issue
Block a user