summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorPetr Vorel <petr.vorel@gmail.com>2018-12-15 19:00:39 +0100
committerStephen Hemminger <sthemmin@microsoft.com>2018-12-18 10:52:35 -0800
commitec7cac05fff4471884a6fcc2beee06d371dc6b33 (patch)
tree8577853da3d5326d87d831684750386e932ecd98 /testsuite
parentee32695387bd12ed4bbe9720b634f584bb1ec26c (diff)
downloadiproute2-ec7cac05fff4471884a6fcc2beee06d371dc6b33.tar.gz
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 <petr.vorel@gmail.com> Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/tests/tc/dsmark.t2
1 files changed, 1 insertions, 1 deletions
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