OILS / spec / testdata / module / common.ysh View on Github | oilshell.org

9 lines, 5 significant
1# Without this guard, the test would fail with 2 'common'
2source-guard 'common' || return 0
3
4echo 'common'
5
6log() {
7 echo "$@" >&2
8}
9