diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/apps/bun-create-next.sh | 2 | ||||
-rw-r--r-- | test/apps/bun-create-react.sh | 2 | ||||
-rw-r--r-- | test/apps/bun-dev-index-html.sh | 2 | ||||
-rw-r--r-- | test/apps/bun-dev.sh | 2 | ||||
-rw-r--r-- | test/apps/bun-install-lockfile-status.sh | 2 | ||||
-rw-r--r-- | test/apps/bun-install-utf8.sh | 2 | ||||
-rw-r--r-- | test/apps/bun-install.sh | 2 | ||||
-rw-r--r-- | test/apps/bun-run-check.sh | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/test/apps/bun-create-next.sh b/test/apps/bun-create-next.sh index 110351d97..eb523d223 100644 --- a/test/apps/bun-create-next.sh +++ b/test/apps/bun-create-next.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -euo pipefail diff --git a/test/apps/bun-create-react.sh b/test/apps/bun-create-react.sh index e903b3f65..2997eb7b1 100644 --- a/test/apps/bun-create-react.sh +++ b/test/apps/bun-create-react.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -euo pipefail diff --git a/test/apps/bun-dev-index-html.sh b/test/apps/bun-dev-index-html.sh index 2cabb798b..77891f0c7 100644 --- a/test/apps/bun-dev-index-html.sh +++ b/test/apps/bun-dev-index-html.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -euo pipefail diff --git a/test/apps/bun-dev.sh b/test/apps/bun-dev.sh index 485edd69a..77fb75be8 100644 --- a/test/apps/bun-dev.sh +++ b/test/apps/bun-dev.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -euo pipefail diff --git a/test/apps/bun-install-lockfile-status.sh b/test/apps/bun-install-lockfile-status.sh index de8a4a8f2..5e168b8e2 100644 --- a/test/apps/bun-install-lockfile-status.sh +++ b/test/apps/bun-install-lockfile-status.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -euo pipefail diff --git a/test/apps/bun-install-utf8.sh b/test/apps/bun-install-utf8.sh index 263eade6a..e7eaab93f 100644 --- a/test/apps/bun-install-utf8.sh +++ b/test/apps/bun-install-utf8.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -euo pipefail diff --git a/test/apps/bun-install.sh b/test/apps/bun-install.sh index adc69fec3..c705a6b37 100644 --- a/test/apps/bun-install.sh +++ b/test/apps/bun-install.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -euo pipefail diff --git a/test/apps/bun-run-check.sh b/test/apps/bun-run-check.sh index decfb2896..096d80385 100644 --- a/test/apps/bun-run-check.sh +++ b/test/apps/bun-run-check.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -euo pipefail |