iotests/277: use dot slash for nbd-fault-injector.py running
commitec77662e60fa12802fd5c1bdc0e4d147a8b78e95
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Sat, 16 Jan 2021 13:44:14 +0000 (16 16:44 +0300)
committerEric Blake <eblake@redhat.com>
Wed, 20 Jan 2021 20:53:22 +0000 (20 14:53 -0600)
treef9d60d3ce48e09563380fc16b88f26fc37168cc9
parentf148ae7d36cbb924447f4b528a94d7799836c749
iotests/277: use dot slash for nbd-fault-injector.py running

If you run './check 277', check includes common.config which adjusts
$PATH to include '.' first, and therefore finds nbd-fault-injector.py
on PATH.  But if you run './277' directly, there is nothing to adjust
PATH, and if '.' is not already on your PATH by other means, the test
fails because the executable is not found.  Adjust how we invoke the
helper executable to avoid needing a PATH search in the first place.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20210116134424.82867-2-vsementsov@virtuozzo.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
tests/qemu-iotests/277