test: fix UDEV-WANTS testcase for non-bash shells (#7407)
authorLennart Poettering <lennart@poettering.net>
Tue, 21 Nov 2017 16:38:43 +0000 (17:38 +0100)
committerMartin Pitt <martinpitt@users.noreply.github.com>
Tue, 21 Nov 2017 16:38:43 +0000 (17:38 +0100)
commit23209bcd37cb78d03baee669d20823a14757d143
tree4fa3934490046fde37cf8396405e0dcab7c706a3
parentfc696d52b967a4d84ac36c4478f8714db4f0a8f5
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.
test/TEST-17-UDEV-WANTS/test.sh