From 1352b91599ba1d50c977cb5e8d49759eae2a573c 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