zeek/auxil/btest/testing/tests/duplicate-selection.test
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

9 lines
250 B
Plaintext

# %TEST-DOC: Validates that if the same test is requested multiple times, it still only runs once.
#
# %TEST-EXEC: btest -j t t t >>out 2>&1
# %TEST-EXEC: test $(grep -c 't \.\.\. ok' out) = 1
%TEST-START-FILE t
@TEST-EXEC: echo test
%TEST-END-FILE