summaryrefslogtreecommitdiff
path: root/tests/cmdline/cmd_sys_exit_error.py
blob: ecac15e94f1bf9500e9731ffb06ced3c9c3e86ae (plain)
1
2
3
4
5
# cmdline:
# test sys.exit() functionality and exit codes
import sys

sys.exit(123)