From: Petr Vorel Date: Sat, 15 Dec 2018 18:00:39 +0000 (+0100) Subject: tests: Use /bin/sh shebang X-Git-Tag: v5.0.0~51 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=ec7cac05fff4471884a6fcc2beee06d371dc6b33;p=mirror_iproute2.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 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