test: fix UDEV-WANTS testcase for non-bash shells (#7407)

testsuite.sh uses "set -o pipefile", which is a bashism, hence use bash
to invoke the script.
This commit is contained in:
Lennart Poettering 2017-11-21 17:38:43 +01:00 committed by Martin Pitt
parent fc696d52b9
commit 23209bcd37
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ test_setup() {
Description=Testsuite service
[Service]
ExecStart=/bin/sh -x /testsuite.sh
ExecStart=/bin/bash -x /testsuite.sh
Type=oneshot
StandardOutput=tty
StandardError=tty