diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-09 16:50:21 -0400 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-09 16:50:21 -0400 |
| commit | d9ad091ba1eaf59883f060d232cf103d7142cb0d (patch) | |
| tree | 8829381f0da13471d789acc8d4474a078b9b7e5a /tests/test-extract-no-vars.sh | |
| parent | c4fa6b54e302f1ad0d6086f2ab271ee03bd6fcaa (diff) | |
Improve tests
Diffstat (limited to 'tests/test-extract-no-vars.sh')
| -rw-r--r-- | tests/test-extract-no-vars.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/test-extract-no-vars.sh b/tests/test-extract-no-vars.sh new file mode 100644 index 0000000..dac21f3 --- /dev/null +++ b/tests/test-extract-no-vars.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +wai=$(dirname $(readlink -f $0)) +source "${wai}/include.sh" + +##### Test extract a theme that do not use variables on a config file +$exec extract ${data}/config + |
