blob: 035da88075f38af224bfac5782065da3853db511 [file] [log] [blame]
# Simple uses of '!'
# RUN: ! %{python} fail.py
# RUN: ! ! %{python} pass.py
# RUN: ! ! ! %{python} fail.py
# RUN: ! ! ! ! %{python} pass.py
# pass.py succeeds but we expect failure
# RUN: ! %{python} pass.py