diff options
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 |
