From: Bruno Haible Date: Fri, 21 Dec 2001 18:28:44 +0000 (+0000) Subject: Nop. X-Git-Tag: v0.11~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29e3591a519e71ede582c12c19ecb05498ffd18c;p=thirdparty%2Fgettext.git Nop. --- diff --git a/tests/msgfilter-2 b/tests/msgfilter-2 index 8d6e3d659..38a480f68 100755 --- a/tests/msgfilter-2 +++ b/tests/msgfilter-2 @@ -5,9 +5,6 @@ tmpfiles="" trap 'rm -fr $tmpfiles' 1 2 3 15 -# Some sed programs (Solaris etc.) omit the last line if it ended without -# a newline. We must skip this test when we encounter such a broken sed. - if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then @@ -20,6 +17,8 @@ else ac_n= ac_c='\c' ac_t= fi +# Some sed programs (Solaris etc.) omit the last line if it ended without +# a newline. We must skip this test when we encounter such a broken sed. sedoutput=`echo $ac_n "abc$ac_c" | sed -e s/x/x/` test -n "$sedoutput" || { echo "SKIP: msgfilter-2"; rm -fr $tmpfiles; exit 77; }