tests: fix rhbz1370424 to use proper path

Test fails as it cannot find .xml file. Turns out $pwd=./tests and
and not ./tests/regressions as supposed in script.

Signed-off-by: Nikolay Shirokovskiy <nshirokovskiy@openvz.org>
This commit is contained in:
Nikolay Shirokovskiy
2022-04-08 15:24:51 +03:00
committed by Richard W.M. Jones
parent 5552ef1c46
commit af5ab47725

View File

@@ -27,7 +27,7 @@ skip_if_skipped
guestfish <<EOF
-add-domain rhbz1370424 \
libvirturi:test://$(pwd)/rhbz1370424.xml \
libvirturi:test://$srcdir/regressions/rhbz1370424.xml \
readonly:true
# The test is just that the above command does not segfault.
# We don't need to do anything else here.