1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-01-02 23:53:08 +00:00

nautilus/move_file_into: fix whitespace errors

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-07-15 11:28:58 -07:00
parent f84792f819
commit 2ee0377ece

View File

@ -49,7 +49,6 @@ sub run {
# And that it now exists in the new locations.
assert_script_run("ls /home/test/Downloads/markdown.md", fail_message => 'The test file has not been found in the expected location.', quiet => '0');
assert_script_run("ls /home/test/Downloads/markdown.md", fail_message => 'The test file has not been found in the excpected location.', quiet => '0');
}
sub test_flags {