mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-08-23 07:35:44 +00:00
Fix typo
This commit is contained in:
parent
9b27b6f368
commit
20876c886c
@ -42,7 +42,7 @@ sub run {
|
|||||||
$self->root_console(tty => 3);
|
$self->root_console(tty => 3);
|
||||||
# The test started to fail on Silverblue
|
# The test started to fail on Silverblue
|
||||||
# because the target directory changed.
|
# 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");
|
assert_script_run("ls /home/test/Documents/list.md");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user