From 6bdcb03bcbc7efb51a07737876d6a990a647f848 Mon Sep 17 00:00:00 2001 From: Glenn Washburn Date: Tue, 12 Oct 2021 19:40:03 -0500 Subject: [PATCH] tests: Use @BUILD_SHEBANG@ autoconf var instead of literal shell This bring this test in line with the rest of the test scripts. Signed-off-by: Glenn Washburn Reviewed-by: Daniel Kiper --- tests/f2fs_test.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/f2fs_test.in b/tests/f2fs_test.in index 1ea77c826..8c415db61 100644 --- a/tests/f2fs_test.in +++ b/tests/f2fs_test.in @@ -1,4 +1,4 @@ -#!/bin/sh +#!@BUILD_SHEBANG@ set -e -- 2.47.2