# This test is broken for hurd-i386 # Skip for $host_os = "gnu", since max_cmd_len=-1 to indicate that # max_cmd_len is not limited under GNU Hurd. # --- libtool-2.4/tests/cmdline_wrap.at.orig 2010-05-20 23:18:41.000000000 +0200 +++ libtool-2.4/tests/cmdline_wrap.at 2011-02-06 11:08:29.000000000 +0100 @@ -30,6 +30,9 @@ m4_ifdef([AT_CAPTURE_FILE], [AT_CAPTURE_FILE([testsuite.log])]) +# Setting low max_cmd_len on "hurd-386" does not make sense" +AT_CHECK([if test "$host_os" = "gnu" ; then exit 77; fi]) + sed 's,max_cmd_len=.*,max_cmd_len="24",' < $LIBTOOL > libtool chmod +x libtool LIBTOOL=`pwd`/libtool