mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
correct xonsh invocation for unit tests
This commit is contained in:
parent
761c6bdedd
commit
69d9072aa7
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python3 -u
|
||||
#!/usr/bin/env -S python3 -u
|
||||
|
||||
from xonsh.main import main
|
||||
main()
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python3 -u
|
||||
#!/usr/bin/env -S python3 -u
|
||||
|
||||
from xonsh.xoreutils.cat import cat_main as main
|
||||
main()
|
||||
|
|
Loading…
Add table
Reference in a new issue