diff --git a/kitty_tests/ssh.py b/kitty_tests/ssh.py index 7b3bdbebb..d01c787d5 100644 --- a/kitty_tests/ssh.py +++ b/kitty_tests/ssh.py @@ -149,7 +149,7 @@ copy --exclude */w.* d1 self.ae(len(glob.glob(f'{remote_home}/{tname}/*/xterm-kitty')), 2) def test_ssh_env_vars(self): - tset = '$A-$(echo no)-`echo no2` "something\nelse"' + tset = '$A-$(echo no)-`echo no2` !Q5 "something\nelse"' for sh in self.all_possible_sh: with self.subTest(sh=sh), tempfile.TemporaryDirectory() as tdir: os.mkdir(os.path.join(tdir, 'cwd'))