aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Washburn <development@efficientek.com>2021-10-12 19:40:03 -0500
committerDaniel Kiper <daniel.kiper@oracle.com>2021-10-14 15:04:33 +0200
commit6bdcb03bcbc7efb51a07737876d6a990a647f848 (patch)
tree5bb8ef34913378017b92b062bc653961c83d7df7
parent4dc5259b6efff2ff6c0548d34e2017a817994682 (diff)
downloadgrub-6bdcb03bcbc7efb51a07737876d6a990a647f848.tar.gz
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 <development@efficientek.com> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
-rw-r--r--tests/f2fs_test.in2
1 files changed, 1 insertions, 1 deletions
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