diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-09 08:00:34 -0400 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-09 08:00:34 -0400 |
| commit | da336304d5bb0b8efe0f1c2afdc59c46c6a9d2a6 (patch) | |
| tree | 1712d75759d624ee660845b3895003e24c5e5406 /tests/test-simple-apply.sh | |
| parent | 5ca2e63ea66095fbe64cdc441f6eec663fb28bd4 (diff) | |
Debug API and tests, add test
Diffstat (limited to 'tests/test-simple-apply.sh')
| -rw-r--r-- | tests/test-simple-apply.sh | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/tests/test-simple-apply.sh b/tests/test-simple-apply.sh index e5ab960..2516906 100644 --- a/tests/test-simple-apply.sh +++ b/tests/test-simple-apply.sh @@ -3,15 +3,7 @@ wai=$(dirname $(readlink -f $0)) source "${wai}/include.sh" -##### Load config file -config_file=$(load ${data}/config) - ##### Test apply on theme with no variables -$exec apply ${data}/google ${config_file} -cat $config_file +$exec apply -d ${data}/google ##### Test apply on theme with variables -$exec apply ${data}/seti ${config_file} -cat $config_file - -##### Clear temporary file -rm $config_file +$exec apply -d ${data}/seti |
