mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
tests: fix srcdir references
Make sure to properly reference to files in the source directory.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user