From ca5af32b9931172387cf3df47cece22bf1523186 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 21 Dec 2014 15:46:37 +0100 Subject: Add testrunner for makepkg-template Signed-off-by: Florian Pritz --- test/scripts/makepkg-template-tests/testcase-config-template | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/scripts/makepkg-template-tests/testcase-config-template (limited to 'test/scripts/makepkg-template-tests/testcase-config-template') diff --git a/test/scripts/makepkg-template-tests/testcase-config-template b/test/scripts/makepkg-template-tests/testcase-config-template new file mode 100644 index 00000000..66267d3b --- /dev/null +++ b/test/scripts/makepkg-template-tests/testcase-config-template @@ -0,0 +1,9 @@ +arguments+=() +expected_exitcode=0 + +# set IFS="" if you want trailing new line(s), otherwise remove it +IFS="" read -d '' expected_output <<'EOF' +EOF + +IFS="" read -d '' expected_result <<'EOF' +EOF -- cgit v1.2.3-24-g4f1b