Skip test of zero command (RHBZ#705499).

This commit is contained in:
Richard W.M. Jones 2011-05-17 20:48:54 +01:00
parent e21130b920
commit 1050839ecf

View File

@ -30,7 +30,7 @@ Summary: Access and modify virtual machine disk images
Name: libguestfs Name: libguestfs
Epoch: 1 Epoch: 1
Version: 1.11.7 Version: 1.11.7
Release: 1%{?dist} Release: 2%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: Development/Libraries Group: Development/Libraries
URL: http://libguestfs.org/ URL: http://libguestfs.org/
@ -537,12 +537,16 @@ export LIBGUESTFS_TRACE=1
# 630583 all all kernel hangs setting scheduler to noop # 630583 all all kernel hangs setting scheduler to noop
# 630777 all F-15 task lvm blocked for more than 120 seconds # 630777 all F-15 task lvm blocked for more than 120 seconds
# (FIXED) # (FIXED)
# 705499 all F-16 file command strange output on file of all zero
# This test fails because we build the ISO after encoding the checksum # This test fails because we build the ISO after encoding the checksum
# of the ISO in the test itself. Need to fix the test to work out the # of the ISO in the test itself. Need to fix the test to work out the
# checksum at runtime. # checksum at runtime.
export SKIP_TEST_CHECKSUM_DEVICE=1 export SKIP_TEST_CHECKSUM_DEVICE=1
# RHBZ#705499
export SKIP_TEST_ZERO=1
# Work around 'test-getlogin_r.c:55: assertion failed' in Gnulib tests. # Work around 'test-getlogin_r.c:55: assertion failed' in Gnulib tests.
pushd daemon/tests pushd daemon/tests
borked=test-getlogin_r borked=test-getlogin_r
@ -772,10 +776,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Tue May 17 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.7-1 * Tue May 17 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.7-2
- New upstream version 1.11.7. - New upstream version 1.11.7.
- Depends on hivex >= 1.2.7. - Depends on hivex >= 1.2.7.
- Remove upstream patch. - Remove upstream patch.
- Skip test of "zero" command (RHBZ#705499).
* Mon May 9 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.5-2 * Mon May 9 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.5-2
- configure: Use Python platform-dependent site-packages. - configure: Use Python platform-dependent site-packages.