1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-08-21 23:05:44 +00:00
This commit is contained in:
Lukas Ruzicka 2022-09-20 16:32:47 +02:00
parent 9b27b6f368
commit 20876c886c

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 {