diff options
Diffstat (limited to 'tests/test-apply-with-vars.sh')
| -rw-r--r-- | tests/test-apply-with-vars.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/test-apply-with-vars.sh b/tests/test-apply-with-vars.sh new file mode 100644 index 0000000..9aa59c7 --- /dev/null +++ b/tests/test-apply-with-vars.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +wai=$(dirname $(readlink -f $0)) +source "${wai}/include.sh" + +##### Test apply on theme with variables +$exec apply -d ${data}/seti |
