29 Dec
2014
29 Dec
'14
9:52 a.m.
On 29.12.2014 04:50, Andrew Gregory wrote:
diff --git a/test/scripts/makepkg-template_test.sh b/test/scripts/makepkg-template_test.sh new file mode 100755 index 0000000..60cbb0c --- /dev/null +++ b/test/scripts/makepkg-template_test.sh @@ -0,0 +1,56 @@ +#!/bin/bash + +source "$(dirname "$0")"/../tap.sh || exit 1 + +script=${1:-${PMTEST_SCRIPT_DIR}/makepkg-template}
That slash needs to be removed so that when PMTEST_SCRIPT_DIR isn't defined we'll look for "makepkg-template" not "/makepkg-template".
Fixed on my working branch