Fix regressions/rhbz557655.sh when debugging is enabled.
authorRichard Jones <rjones@redhat.com>
Thu, 28 Jan 2010 22:35:16 +0000 (22:35 +0000)
committerRichard Jones <rjones@redhat.com>
Thu, 28 Jan 2010 22:35:16 +0000 (22:35 +0000)
commit3cd7ce75f1ce5048a4d9f6aeaf66aff3194e1096
tree04e53488e904847540fc5e8860d8155b454a508c
parent74fe427460bd2d455d2860c937ae81a8b5a1d1e7
Fix regressions/rhbz557655.sh when debugging is enabled.

The regression test for RHBZ#557655 would fail if debugging was
enabled, because debug output would get mixed up with the test
output.

To reproduce the error do:

LIBGUESTFS_DEBUG=1 make -C regressions TESTS=rhbz557655.sh check

This commit disables debug for just this test.
regressions/rhbz557655.sh