From a72ceda21cfde2ed9e6e19f65e007f2bc8778660 Mon Sep 17 00:00:00 2001 From: southerntofu Date: Sat, 3 Oct 2020 12:54:08 -0400 Subject: [PATCH] Mock notify always succeeds --- test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test.sh b/test.sh index 281c9b7..32f2a51 100755 --- a/test.sh +++ b/test.sh @@ -24,6 +24,7 @@ ORIGDIR="$(pwd)" cd "$SCRIPTDIR" export FORGEHOOK="$(pwd)/tests/mock-forgehook.sh" +export FORGEHOOKNOTIFY=/bin/true bats tests/*.bats cd "$ORIGDIR"