mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Merge remote-tracking branch 'origin/fix_bad_file_descriptor' into fix_bad_file_descriptor
This commit is contained in:
commit
f8d7970e32
1 changed files with 1 additions and 4 deletions
|
@ -1536,10 +1536,7 @@ def test_callable_alias_no_bad_file_descriptor(test_code):
|
|||
"""Test for #5631: no exceptions during any kind of capturing of callable alias."""
|
||||
|
||||
out, err, ret = run_xonsh(
|
||||
test_code,
|
||||
interactive=True,
|
||||
single_command=True,
|
||||
timeout=60
|
||||
test_code, interactive=True, single_command=True, timeout=60
|
||||
)
|
||||
assert ret == 0
|
||||
assert "Error" not in out
|
||||
|
|
Loading…
Add table
Reference in a new issue