diff --git a/v2v/test-v2v-i-vmx-1.expected b/v2v/test-v2v-i-vmx-1.expected index d32a29987..902a850c5 100644 --- a/v2v/test-v2v-i-vmx-1.expected +++ b/v2v/test-v2v-i-vmx-1.expected @@ -1,4 +1,4 @@ -[ 0.0] Opening the source -i vmx test-v2v-i-vmx-1.vmx + Source guest information (--print-source option): source name: BZ1308535_21disks diff --git a/v2v/test-v2v-i-vmx-2.expected b/v2v/test-v2v-i-vmx-2.expected index dc3eb60f2..6e87862ac 100644 --- a/v2v/test-v2v-i-vmx-2.expected +++ b/v2v/test-v2v-i-vmx-2.expected @@ -1,4 +1,4 @@ -[ 0.0] Opening the source -i vmx test-v2v-i-vmx-2.vmx + Source guest information (--print-source option): source name: Fedora 20 diff --git a/v2v/test-v2v-i-vmx-3.expected b/v2v/test-v2v-i-vmx-3.expected index 9e643526f..0d1585b96 100644 --- a/v2v/test-v2v-i-vmx-3.expected +++ b/v2v/test-v2v-i-vmx-3.expected @@ -1,4 +1,4 @@ -[ 0.0] Opening the source -i vmx test-v2v-i-vmx-3.vmx + Source guest information (--print-source option): source name: RHEL 7.1 UEFI diff --git a/v2v/test-v2v-i-vmx-4.expected b/v2v/test-v2v-i-vmx-4.expected index a70533d2e..06f58d7ad 100644 --- a/v2v/test-v2v-i-vmx-4.expected +++ b/v2v/test-v2v-i-vmx-4.expected @@ -1,4 +1,4 @@ -[ 0.0] Opening the source -i vmx test-v2v-i-vmx-4.vmx + Source guest information (--print-source option): source name: Windows 7 x64 diff --git a/v2v/test-v2v-i-vmx.sh b/v2v/test-v2v-i-vmx.sh index 5353e7e2a..997103d41 100755 --- a/v2v/test-v2v-i-vmx.sh +++ b/v2v/test-v2v-i-vmx.sh @@ -37,6 +37,7 @@ for i in 1 2 3 4; do # Normalize the print-source output. mv test-v2v-i-vmx-$i.actual test-v2v-i-vmx-$i.actual.old sed \ + -e "s,.*Opening the source.*,," \ -e "s,$(pwd),," \ < test-v2v-i-vmx-$i.actual.old > test-v2v-i-vmx-$i.actual rm test-v2v-i-vmx-$i.actual.old