]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: stop setting $SHELL env variable
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 16 Jan 2020 10:50:35 +0000 (10:50 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 29 Jan 2020 14:51:39 +0000 (14:51 +0000)
commite7def90b905fc03b8eea31c1cb682ef7170f611a
tree6e74ca833027c8f357b23300b42bbcf446f8a58b
parent217b564a77041dd5877527caf86bd5bb570d6f44
tests: stop setting $SHELL env variable

None of the tests appear to reference a SHELL env variable
explicitly and they all succeeed when it is not set. This
eliminates the only use of the gnulib posix-shell module.

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
tests/Makefile.am