correct xonsh invocation for unit tests

This commit is contained in:
Bob Hyman 2019-12-06 09:37:44 -05:00
parent 761c6bdedd
commit 69d9072aa7
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3 -u
#!/usr/bin/env -S python3 -u
from xonsh.main import main
main()

View file

@ -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()