# HG changeset patch
# User Ingy döt Net <ingy@ingy.net>
# Date 1590857316 25200
#      Sat May 30 09:48:36 2020 -0700
# Node ID d1014945a81e3bf2d65618cd93151150825ec4b3
# Parent  e95c59bd566c2b2b4d7931a167b9729c95ab3dc8
Need newer bash and make for Macos testing

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -27,7 +27,9 @@
     - name: Install software
       run: |
         if [[ '${{ matrix.os }}' == macOS-latest ]]; then
-          brew install automake coreutils
+          brew install automake bash coreutils make
+          echo ::add-path::/usr/local/opt/coreutils/libexec/gnubin
+          echo ::add-path::/usr/local/opt/make/libexec/gnubin
         fi
     - name: Fetch branches
       run: |
diff --git a/Makefile.am b/Makefile.am
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,9 +31,9 @@
 test-all: test test-suite
 
 tests/run-test-suite:
-	-git branch --track run-test-suite origin/run-test-suite
+	-git branch --track run-test-suite-2 origin/run-test-suite-2
 	-git worktree prune
-	git worktree add $@ run-test-suite
+	git worktree add $@ run-test-suite-2
 
 packaging:
 	-git branch --track $@ origin/$@