mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
9 lines
202 B
Bash
Executable File
9 lines
202 B
Bash
Executable File
#!/bin/bash
|
|
# Source spread-funcs.sh which, at runtime, contains the real definition of
|
|
# MATCH and execute it.
|
|
|
|
# shellcheck source=tests/lib/spread-funcs.sh
|
|
. "$TESTSLIB/spread-funcs.sh"
|
|
|
|
MATCH "$@"
|