]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Nop.
authorBruno Haible <bruno@clisp.org>
Fri, 21 Dec 2001 18:28:44 +0000 (18:28 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 22:28:43 +0000 (00:28 +0200)
tests/msgfilter-2

index 8d6e3d6591ef7697e0a1ff5417796b9706bb35b3..38a480f68a7c039d68906005e2849c00d5d0c7fe 100755 (executable)
@@ -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; }