From 5f991e8df6f70b8f31b4512428b8500df86729c4 Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Sun, 19 Jan 2025 18:38:53 +0000 Subject: [PATCH] test: fix shebang in run-test.sh Follow-up to 2b853ff07903d7dc0af5bdc7b2d3c2e7a6892873 --- test/scripts/run-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/scripts/run-test.sh b/test/scripts/run-test.sh index 820b7a26..5658d606 100755 --- a/test/scripts/run-test.sh +++ b/test/scripts/run-test.sh @@ -1,4 +1,4 @@ -#/usr/bin/env bash +#!/usr/bin/env bash # Run a previously built test, generating in `$DIR`: # - a `cmd.sh` script containing the actual command used to run the test in an