From d9ad091ba1eaf59883f060d232cf103d7142cb0d Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 9 Oct 2019 16:50:21 -0400 Subject: Improve tests --- tests/test-extract-no-vars.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/test-extract-no-vars.sh (limited to 'tests/test-extract-no-vars.sh') 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 + -- cgit v1.2.3