summaryrefslogtreecommitdiff
path: root/t/subdir-add2-pr46.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/subdir-add2-pr46.sh')
-rw-r--r--t/subdir-add2-pr46.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/subdir-add2-pr46.sh b/t/subdir-add2-pr46.sh
index 813868ac7..749aa186a 100644
--- a/t/subdir-add2-pr46.sh
+++ b/t/subdir-add2-pr46.sh
@@ -32,6 +32,10 @@ echo 'AC_CONFIG_FILES([sub/Makefile])' > confiles.m4
cat > Makefile.am << 'END'
SUBDIRS = sub
+
+# The test can fail under a parallel make, so disable.
+# No evident way to debug or reliably reproduce.
+.NOTPARALLEL:
END
mkdir sub