summaryrefslogtreecommitdiff
path: root/t/subdir-add2-pr46.sh
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-10-01 18:23:39 -0700
committerKarl Berry <karl@freefriends.org>2022-10-01 18:23:39 -0700
commit7ae283510e2aa102f5590420e6e52ee2a4e27cc4 (patch)
tree0d55bad22d27803a18f33949c411535d2f4e22e8 /t/subdir-add2-pr46.sh
parent77c0e3e3efa93aa58abc4ecb1d2a403da848797d (diff)
downloadautomake-7ae283510e2aa102f5590420e6e52ee2a4e27cc4.tar.gz
distcheck: more .NOTPARALLEL.
* t/backcompat.sh: add .NOTPARALLEL. * t/subdir-add2-pr46.sh: likewise. (Maybe the problem is more general?)
Diffstat (limited to 't/subdir-add2-pr46.sh')
-rw-r--r--t/subdir-add2-pr46.sh2
1 files changed, 1 insertions, 1 deletions
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