Add ! to env var serialization test
This commit is contained in:
parent
89570d3b52
commit
6f147544d2
@ -149,7 +149,7 @@ copy --exclude */w.* d1
|
|||||||
self.ae(len(glob.glob(f'{remote_home}/{tname}/*/xterm-kitty')), 2)
|
self.ae(len(glob.glob(f'{remote_home}/{tname}/*/xterm-kitty')), 2)
|
||||||
|
|
||||||
def test_ssh_env_vars(self):
|
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:
|
for sh in self.all_possible_sh:
|
||||||
with self.subTest(sh=sh), tempfile.TemporaryDirectory() as tdir:
|
with self.subTest(sh=sh), tempfile.TemporaryDirectory() as tdir:
|
||||||
os.mkdir(os.path.join(tdir, 'cwd'))
|
os.mkdir(os.path.join(tdir, 'cwd'))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user