tests: fix srcdir references

Make sure to properly reference to files in the source directory.
This commit is contained in:
Pino Toscano
2019-12-17 15:11:04 +01:00
parent dd99b6f68d
commit 78a18b20e1
24 changed files with 37 additions and 35 deletions

View File

@@ -21,9 +21,9 @@ set -e
$TEST_FUNCTIONS
skip_if_skipped
$top_srcdir/podcheck.pl guestmount.pod guestmount \
$top_srcdir/podcheck.pl "$srcdir/guestmount.pod" guestmount \
--path $top_srcdir/common/options
# guestunmount doesn't implement bash completion, so we cannot
# test it at the moment. XXX
#$top_srcdir/podcheck.pl guestunmount.pod guestunmount
#$top_srcdir/podcheck.pl "$srcdir/guestunmount.pod" guestunmount