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-graphics-sdl-fullscreen.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-graphics-sdl-fullscreen.args')
-rw-r--r--tests/qemuxml2argvdata/qemuxml2argv-graphics-sdl-fullscreen.args5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/qemuxml2argvdata/qemuxml2argv-graphics-sdl-fullscreen.args b/tests/qemuxml2argvdata/qemuxml2argv-graphics-sdl-fullscreen.args
index 3d7fea3aa..6acffd571 100644
--- a/tests/qemuxml2argvdata/qemuxml2argv-graphics-sdl-fullscreen.args
+++ b/tests/qemuxml2argvdata/qemuxml2argv-graphics-sdl-fullscreen.args
@@ -1 +1,4 @@
-LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test XAUTHORITY=/root/.Xauthority DISPLAY=:0.1 /usr/bin/qemu -S -M pc -m 214 -smp 1 -monitor unix:/tmp/test-monitor,server,nowait -no-acpi -boot c -hda /dev/HostVG/QEMUGuest1 -net none -serial none -parallel none -usb -full-screen
+LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test \
+XAUTHORITY=/root/.Xauthority DISPLAY=:0.1 /usr/bin/qemu -S -M pc -m 214 -smp 1 \
+-monitor unix:/tmp/test-monitor,server,nowait -no-acpi -boot c -hda \
+/dev/HostVG/QEMUGuest1 -net none -serial none -parallel none -usb -full-screen