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>
This commit is contained in:
Petr Vorel 2018-12-15 19:00:39 +01:00 committed by Stephen Hemminger
parent ee32695387
commit ec7cac05ff

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# vim: ft=sh
. lib/generic.sh