tests: openvswitch: Use the absolute file name of ovs-vsctl.
authorMarius Bakke <mbakke@fastmail.com>
Fri, 10 Apr 2020 18:05:02 +0000 (20:05 +0200)
committerMarius Bakke <mbakke@fastmail.com>
Fri, 10 Apr 2020 18:20:11 +0000 (20:20 +0200)
commit6720616daaf711314827c157a660339990e5cb07
tree5f5f1203233f97b0df1594d7650ba39641a00642
parent5379392731b52eef22b4936637eb592b93e04318
tests: openvswitch: Use the absolute file name of ovs-vsctl.

This fixes a regression introduced in 8b9cad01e9619f53dc5a65892ca6a09ca5de3447
where ovs-vsctl would no longer be available in PATH.

* gnu/tests/networking.scm (run-openvswitch-test): Qualify "ovs-vsctl"
invocation by ungexping the OPENVSWITCH variable instead of assuming it's
available on PATH.
gnu/tests/networking.scm