test: remove test for commented-out commands

Reason: Commented commands can be handled by the shell itself.
There's nothing really wrong with a commented-out command.
main
Angelo Fallaria 2 years ago
parent 4bce5f71d1
commit 66c3792927

@ -561,21 +561,6 @@ WE WISH YOU A MERRY RUSTMAS
Ok(())
}
#[ignore]
fn test_valid_keybind_but_commented_command() -> std::io::Result<()> {
let contents = "
5
takeshot --now --verbose
p
#commented out command
";
assert!(parse_contents(contents.to_string()).is_err());
Ok(())
}
#[ignore]
fn test_real_config_snippet() -> std::io::Result<()> {
let contents = "

Loading…
Cancel
Save