mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
test: fix literal failing test
This commit is contained in:
parent
708382d3d5
commit
ebe40e8037
|
|
@ -139,9 +139,10 @@ fn tmux_quote() -> Result<()> {
|
|||
tmux.start_sk(None, &["--tmux", "--bind 'ctrl-a:reload(ls /foo*)'"])?;
|
||||
tmux.until(|_| Path::new(&outfile).exists())?;
|
||||
let cmd = get_tmux_cmd(&outfile)?;
|
||||
println!("tmux cmd: {cmd}");
|
||||
assert!(cmd.starts_with("display-popup"));
|
||||
assert!(cmd.contains("-E"));
|
||||
assert!(cmd.contains("--bind ctrl-a':reload(ls /foo*)'"));
|
||||
assert!(cmd.contains("--bind ctrl-a:reload'(ls /foo*)'"));
|
||||
assert!(cmd.contains("SKIM_ESCAPED_VAR=;\\;"));
|
||||
|
||||
Ok(())
|
||||
|
|
|
|||
Loading…
Reference in a new issue