bash: add a completion script for libguestfs-test-tool

Use the simple virt-v2v-copy-to-local script for it.
This commit is contained in:
Pino Toscano
2018-06-27 12:41:04 +02:00
parent 53de4aeec5
commit 5a990d77b5
3 changed files with 9 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ scripts = \
# Some of the scripts are simply symbolic links.
symlinks = \
guestunmount \
libguestfs-test-tool \
virt-builder \
virt-cat \
virt-copy-in \
@@ -65,7 +66,7 @@ CLEANFILES += \
# Any tool that has --short-options and --long-options only is handled
# by this common script.
virt-win-reg:
libguestfs-test-tool virt-win-reg:
rm -f $@
$(LN_S) virt-v2v-copy-to-local $@