summaryrefslogtreecommitdiff
path: root/src/mustach/run-original-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mustach/run-original-tests.sh')
-rwxr-xr-xsrc/mustach/run-original-tests.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mustach/run-original-tests.sh b/src/mustach/run-original-tests.sh
deleted file mode 100755
index 9c7d34cd..00000000
--- a/src/mustach/run-original-tests.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-set -eu
-# The build fails if libjson-c-dev is not installed.
-# That's OK, we don't otherwise need it and don't
-# even bother testing for it in configure.ac.
-# However, in that case, skip the test suite.
-
-make -f Makefile.orig mustach || exit 77
-make -f Makefile.orig test
-make -f Makefile.orig clean || true