Fix "Skip gnulib tests which fail."

This commit is contained in:
Richard W.M. Jones 2013-04-23 15:07:23 +01:00
parent e302d8a0f9
commit f2db10881f
1 changed files with 1 additions and 0 deletions

View File

@ -605,6 +605,7 @@ export SKIP_TEST_SET_LABEL=1
# Skip gnulib tests which fail (probably these are kernel/glibc bugs).
pushd gnulib/tests
make -k check ||:
for f in test-getaddrinfo test-utimens ; do
rm -f $f $f.o
touch $f.o