diff options
author | Richard Jones <rjones@redhat.com> | 2010-01-28 22:35:16 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-01-28 22:35:16 +0000 |
commit | 3cd7ce75f1ce5048a4d9f6aeaf66aff3194e1096 (patch) | |
tree | 04e53488e904847540fc5e8860d8155b454a508c /regressions | |
parent | 74fe427460bd2d455d2860c937ae81a8b5a1d1e7 (diff) | |
download | libguestfs-3cd7ce75f1ce5048a4d9f6aeaf66aff3194e1096.tar.gz libguestfs-3cd7ce75f1ce5048a4d9f6aeaf66aff3194e1096.tar.xz libguestfs-3cd7ce75f1ce5048a4d9f6aeaf66aff3194e1096.zip |
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.
Diffstat (limited to 'regressions')
-rwxr-xr-x | regressions/rhbz557655.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/regressions/rhbz557655.sh b/regressions/rhbz557655.sh index 6ef0b70d..aa74bc19 100755 --- a/regressions/rhbz557655.sh +++ b/regressions/rhbz557655.sh @@ -23,6 +23,7 @@ set -e rm -f test.out export LANG=C +unset LIBGUESTFS_DEBUG ../fish/guestfish >> test.out 2>&1 <<EOF # set-memsize is just a convenient non-daemon function that |