# Go into the root console and verify the operation in the background.
$self->root_console(tty=>3);
# Verify that the new file does not exist in the original location.
assert_script_run("! ls /home/test/Documents/markdown.md",fail_message=>'The test file still exists in the original location, but it should have been removed.');
# And that it exists in the new location.
assert_script_run("ls /home/test/Downloads/markdown.md",fail_message=>'The test file has not been found in the expected location when it should have been copied there.',quiet=>'0');
}
subtest_flags{
# Rollback to the previous state to make space for other parts.