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"