From: Petr Vorel Date: Sat, 15 Dec 2018 18:00:39 +0000 (+0100) Subject: tests: Use /bin/sh shebang X-Git-Tag: v4.20.0~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec7cac05fff4471884a6fcc2beee06d371dc6b33;p=thirdparty%2Fiproute2.git 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 --- diff --git a/testsuite/tests/tc/dsmark.t b/testsuite/tests/tc/dsmark.t index 177585e63..3f1d5ef25 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