Files
snapd/tests/bin/NOMATCH
Zygmunt Krynicki d59ab80b25 tests: define NOMATCH helper
Similar to MATCH and the other spread-derived variables.

Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
2020-10-19 12:19:29 +00:00

9 lines
206 B
Bash
Executable File

#!/bin/bash
# Source spread-funcs.sh which, at runtime, contains the real definition of
# NOMATCH and execute it.
# shellcheck source=tests/lib/spread-funcs.sh
. "$TESTSLIB/spread-funcs.sh"
NOMATCH "$@"