]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix last patch.
authorBruno Haible <bruno@clisp.org>
Fri, 4 Jan 2002 11:43:59 +0000 (11:43 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 22:33:26 +0000 (00:33 +0200)
tests/msgfilter-1

index 0746a47db1e356f0c091bfb0899f673a890837ef..b35b887d3cdaa9e1a808157c9d85e7a071c33131 100755 (executable)
@@ -23,7 +23,7 @@ echo abc | fold -b -s -w 20 >/dev/null 2>&1 || { echo "SKIP: msgfilter-1"; rm -f
 # Some fold programs (like HP-UX) insert a newline at the end, if the last
 # line was not terminated with a newline and the -s option was given.
 foldoutputcount=`echo $ac_n "abc$ac_c" | fold -b -s -w 20 | wc -c`
-test "$foldoutputcount" = 3 || { echo "SKIP: msgfilter-1"; rm -fr $tmpfiles; exit 77; }
+test X$foldoutputcount = X3 || { echo "SKIP: msgfilter-1"; rm -fr $tmpfiles; exit 77; }
 
 tmpfiles="$tmpfiles mfi-test1.po"
 cat <<EOF > mfi-test1.po