[Pkg-libvirt-commits] [libguestfs] 171/384: p2v: Correct garbled comments in test script.

Hilko Bengen bengen at moszumanska.debian.org
Sun Mar 29 16:56:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch experimental
in repository libguestfs.

commit 3ca0ce45af50da5322087b4d4faf5b7c5a7773c7
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue Jan 20 07:45:18 2015 +0000

    p2v: Correct garbled comments in test script.
---
 p2v/test-virt-p2v.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/p2v/test-virt-p2v.sh b/p2v/test-virt-p2v.sh
index 6297048..07a6244 100755
--- a/p2v/test-virt-p2v.sh
+++ b/p2v/test-virt-p2v.sh
@@ -54,15 +54,15 @@ d=test-virt-p2v.d
 rm -rf $d
 mkdir $d
 
-# We don't want to program under test to actually ssh.  It's unlikely
-# to work.  Therefore create a dummy 'ssh' binary.
+# We don't want the program under test to run real 'ssh'.  It's
+# unlikely to work.  Therefore create a dummy 'ssh' binary.
 pushd $d
 ln -sf ../test-virt-p2v-ssh.sh ssh
 popd
 export PATH=$d:$PATH
 
-# Note that the PATH already contains the local virt-v2v binary
-# under test (because of the ./run script).
+# Note that the PATH already contains the local virt-p2v & virt-v2v
+# binaries under test (because of the ./run script).
 
 # The Linux kernel command line.
 cmdline="p2v.server=localhost p2v.name=windows p2v.debug p2v.disks=$f1,$f2 p2v.o=local p2v.os=$d p2v.network=em1:wired,other"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list