build: avoid long line tests

'make syntax-check' regression introduced in commit 60b9c69.

* tests/networkxml2argvdata/*.argv: Break long lines.
This commit is contained in:
Eric Blake
2011-06-24 15:30:00 -06:00
parent d95f673ad2
commit 2abb4616a0
8 changed files with 37 additions and 7 deletions

View File

@@ -1 +1,3 @@
/usr/sbin/dnsmasq --strict-order --bind-interfaces --conf-file= --except-interface lo --listen-address 192.168.122.1 --addn-hosts=/var/lib/libvirt/dnsmasq/default.addnhosts
/usr/sbin/dnsmasq --strict-order --bind-interfaces --conf-file= \
--except-interface lo --listen-address 192.168.122.1 \
--addn-hosts=/var/lib/libvirt/dnsmasq/default.addnhosts\