summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuerg Haefliger <juerg.haefliger@hp.com>2011-01-31 06:42:57 -0500
committerEric Blake <eblake@redhat.com>2011-01-31 11:25:34 -0700
commitbd6c46fa0cfe275c24debc1152cfc5206c04b59b (patch)
tree8ce188c0a0ae2394b5bd78cdd8064e8f15ad78f2 /tests/qemuxml2argvdata/qemuxml2argv-console-compat-auto.args
parentqemu: More clear error parsing domain def failure of tunneled migration (diff)
downloadlibvirt-bd6c46fa0cfe275c24debc1152cfc5206c04b59b.tar.gz
libvirt-bd6c46fa0cfe275c24debc1152cfc5206c04b59b.tar.bz2
libvirt-bd6c46fa0cfe275c24debc1152cfc5206c04b59b.zip
tests: handle backspace-newline pairs in test input files
This patch teaches testutil how to read multi-line input files with backspace-newline line continuation markers. The patch also breaks up all the single-line arguments test input files into multi-line files with lines shorter than 80 characters.
Diffstat (limited to 'tests/qemuxml2argvdata/qemuxml2argv-console-compat-auto.args')
-rw-r--r--tests/qemuxml2argvdata/qemuxml2argv-console-compat-auto.args5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/qemuxml2argvdata/qemuxml2argv-console-compat-auto.args b/tests/qemuxml2argvdata/qemuxml2argv-console-compat-auto.args
index fd42462f9..d148682e8 100644
--- a/tests/qemuxml2argvdata/qemuxml2argv-console-compat-auto.args
+++ b/tests/qemuxml2argvdata/qemuxml2argv-console-compat-auto.args
@@ -1 +1,4 @@
-LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test /usr/bin/qemu -S -M pc -m 214 -smp 1 -nographic -monitor unix:/tmp/test-monitor,server,nowait -no-acpi -boot c -hda /dev/HostVG/QEMUGuest1 -net none -serial pty -parallel none -usb
+LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test /usr/bin/qemu -S -M \
+pc -m 214 -smp 1 -nographic -monitor unix:/tmp/test-monitor,server,nowait \
+-no-acpi -boot c -hda /dev/HostVG/QEMUGuest1 -net none -serial pty -parallel \
+none -usb