4 lines
142 B
Text
4 lines
142 B
Text
# Check that "not not" either returns 0 or 1, even if the original
|
|
# program exited with a different code.
|
|
|
|
# RUN: not not %{python} fail2.py
|