summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/templating/dotest.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/templating/dotest.sh b/src/templating/dotest.sh
index 7b24bcf9f..13688f3e9 100755
--- a/src/templating/dotest.sh
+++ b/src/templating/dotest.sh
@@ -6,9 +6,8 @@ exit_fail() {
exit 1
}
-mustach=${mustach:-../mustach}
-ldd "${mustach}"
-echo starting test
+mustach="../mustach"
+echo "starting test"
if test "$NOVALGRIND" = 1
then
$mustach "$@" > resu.last || exit_fail "ERROR! mustach command failed ($?)!"