mirror of
https://github.com/tests-always-included/mo.git
synced 2025-02-07 10:50:09 +00:00
10 lines
120 B
Bash
Executable File
10 lines
120 B
Bash
Executable File
#!/usr/bin/env bash
|
|
cd "${0%/*}" || exit 1
|
|
. ../run-tests
|
|
|
|
thing="Works"
|
|
template="{{thing}}"
|
|
expected="Works"
|
|
|
|
runTest
|