Fix various test failures

This commit is contained in:
Kovid Goyal
2023-02-24 17:28:48 +05:30
parent 3f417b26b2
commit 22ea33182a
3 changed files with 13 additions and 6 deletions

View File

@@ -119,7 +119,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` !Q5 "something\nelse"'
tset = '$A-$(echo no)-`echo no2` !Q5 "something else"'
for sh in self.all_possible_sh:
with self.subTest(sh=sh), tempfile.TemporaryDirectory() as tdir:
os.mkdir(os.path.join(tdir, 'cwd'))