]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: fix UDEV-WANTS testcase for non-bash shells 7395/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:37:28 +0000 (11:37 +0100)
commit190654f44b9d141d458a866fe205d9727c36861a
tree403281eb89f85a9da8a72f5d88a84efcdafcb536
parent654c87e0e6f30b4ac63940c3d5d88f5dd820e39d
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