mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-06 17:38:35 +00:00
test: update login-shell assertion for new default=False
This commit is contained in:
parent
13c951aa41
commit
4c1f127549
@ -105,7 +105,7 @@ class TestSpawnUnix:
|
|||||||
|
|
||||||
args = mock_exec.call_args[0]
|
args = mock_exec.call_args[0]
|
||||||
assert "bash" in args[0]
|
assert "bash" in args[0]
|
||||||
assert "-l" in args
|
assert "-l" not in args
|
||||||
assert "-c" in args
|
assert "-c" in args
|
||||||
assert "echo hi" in args
|
assert "echo hi" in args
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user