From ec7cac05fff4471884a6fcc2beee06d371dc6b33 Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Sat, 15 Dec 2018 19:00:39 +0100 Subject: [PATCH] tests: Use /bin/sh shebang Bashisms for tests were removed in ecd44e68 ("tests: Remove bashisms (s/source/.)"), so no need to use bash shebang. + remove trailing whitespace. Signed-off-by: Petr Vorel Signed-off-by: Stephen Hemminger --- testsuite/tests/tc/dsmark.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/tests/tc/dsmark.t b/testsuite/tests/tc/dsmark.t index 177585e6..3f1d5ef2 100755 --- a/testsuite/tests/tc/dsmark.t +++ b/testsuite/tests/tc/dsmark.t @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # vim: ft=sh . lib/generic.sh