This commit is contained in:
Lukas Ruzicka 2022-09-20 16:32:47 +02:00
parent 9b27b6f368
commit 20876c886c
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ sub run {
$self->root_console(tty => 3);
# The test started to fail on Silverblue
# because the target directory changed.
if (get_var("SUBVARIANT" eq "Silverblue")) {
if (get_var("SUBVARIANT") eq "Silverblue") {
assert_script_run("ls /home/test/Documents/list.md");
}
else {