]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
tests: Use /bin/sh shebang
authorPetr Vorel <petr.vorel@gmail.com>
Sat, 15 Dec 2018 18:00:39 +0000 (19:00 +0100)
committerStephen Hemminger <sthemmin@microsoft.com>
Tue, 18 Dec 2018 18:52:35 +0000 (10:52 -0800)
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 <petr.vorel@gmail.com>
Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
testsuite/tests/tc/dsmark.t

index 177585e63363e71dba0f982c84e70bf719b79a85..3f1d5ef25850a755b5706afb3a9ff2d2eb30b7bf 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 # vim: ft=sh
 
 . lib/generic.sh