]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: fix UDEV-WANTS testcase for non-bash shells 7381/head
authorLennart Poettering <lennart@poettering.net>
Tue, 21 Nov 2017 10:08:22 +0000 (11:08 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 21 Nov 2017 10:54:08 +0000 (11:54 +0100)
commite7266e98f9f90a23681a0adc583ac6e02ab243c4
tree6f67f1372624d7943730689f1db700e6d6d0ae43
parent99f3baa983af730815fb8fb6e0fbe3b5e40abc0b
test: fix UDEV-WANTS testcase for non-bash shells

testsuite.sh uses "set -o pipefile", which is a bashism, hence use bash
to invoke the script.
test/TEST-17-UDEV-WANTS/test.sh