aboutsummaryrefslogtreecommitdiff
path: root/scripts/test-e2e.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test-e2e.sh')
-rwxr-xr-xscripts/test-e2e.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test-e2e.sh b/scripts/test-e2e.sh
index c32d427..7546666 100755
--- a/scripts/test-e2e.sh
+++ b/scripts/test-e2e.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env sh
+#!/usr/bin/bash
# Instead of setting -e or something like that, we will accumulate errors and
# exit with the accumulated result at the end.