summaryrefslogtreecommitdiff
path: root/t/backcompat.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/backcompat.sh')
-rw-r--r--t/backcompat.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/backcompat.sh b/t/backcompat.sh
index d2e1cc32c..52eec82fe 100644
--- a/t/backcompat.sh
+++ b/t/backcompat.sh
@@ -41,6 +41,8 @@ test: display
test x'$(PACKAGE_VERSION)' = x
test x'$(PACKAGE_TARNAME)' = x
test x'$(PACKAGE_STRING)' = x
+
+.NOTPARALLEL:
END
for ac_init in 'AC_INIT' 'AC_INIT([Makefile.am])'; do