summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--t/backcompat.sh2
-rw-r--r--t/subdir-add2-pr46.sh2
2 files changed, 3 insertions, 1 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
diff --git a/t/subdir-add2-pr46.sh b/t/subdir-add2-pr46.sh
index 749aa186a..9fa736e92 100644
--- a/t/subdir-add2-pr46.sh
+++ b/t/subdir-add2-pr46.sh
@@ -40,7 +40,7 @@ END
mkdir sub
-: > sub/Makefile.am
+echo .NOTPARALLEL: >sub/Makefile.am
mkdir m4
echo 'AC_DEFUN([MORE_DEFS], [])' > m4/moredefs.m4