From bbe92b2bda81d325a438dfeceb311041cc25c47f Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 9 Oct 2019 20:35:36 -0400 Subject: Debug apply command --- tests/test-apply-brackets-same-line.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/test-apply-brackets-same-line.sh (limited to 'tests/test-apply-brackets-same-line.sh') diff --git a/tests/test-apply-brackets-same-line.sh b/tests/test-apply-brackets-same-line.sh new file mode 100644 index 0000000..8a00047 --- /dev/null +++ b/tests/test-apply-brackets-same-line.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +wai=$(dirname $(readlink -f $0)) +source "${wai}/include.sh" + +##### Test apply on theme with no variables +$exec apply -d ${data}/google ${data}/config-brackets-same-line + -- cgit v1.2.3