diff options
author | Eric Blake <eblake@redhat.com> | 2011-06-24 15:30:00 -0600 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2011-06-24 15:34:28 -0600 |
commit | 2abb4616a068085cae6b20592d036e7b67a948d5 (patch) | |
tree | cb1dc12b7c0d5a0be22b821d556d84e944275cc5 /.gitignore | |
parent | Rename iface(G|S)etMacaddr to iface(G|S)etMacAddress for consistency (diff) | |
download | libvirt-2abb4616a068085cae6b20592d036e7b67a948d5.tar.gz libvirt-2abb4616a068085cae6b20592d036e7b67a948d5.tar.bz2 libvirt-2abb4616a068085cae6b20592d036e7b67a948d5.zip |
build: avoid long line tests
'make syntax-check' regression introduced in commit 60b9c69.
* tests/networkxml2argvdata/*.argv: Break long lines.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0628732d3..4fbecfa3e 100644 --- a/.gitignore +++ b/.gitignore @@ -57,6 +57,7 @@ /tests/*.log /tests/cputest /tests/hashtest +/tests/networkxml2argvtest /tests/nwfilterxml2xmltest /tests/openvzutilstest /update.log |