From da336304d5bb0b8efe0f1c2afdc59c46c6a9d2a6 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 9 Oct 2019 08:00:34 -0400 Subject: Debug API and tests, add test --- tests/test-simple-apply.sh | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'tests/test-simple-apply.sh') 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 -- cgit v1.2.3