zeek/auxil/btest/testing/tests/known-failure-and-success.btest
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

7 lines
175 B
Plaintext

# %TEST-EXEC: btest %INPUT >output 2>&1
# %TEST-EXEC: btest-diff output
@TEST-EXEC: echo Hello, World!
@TEST-EXEC: exit 1
@TEST-KNOWN-FAILURE: This test is expected to fail.