diff options
author | Bruno Haible <bruno@clisp.org> | 2002-01-04 11:43:59 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-22 00:33:26 +0200 |
commit | eca112a7874b361f2eaeef3d24164224f9fd57f3 (patch) | |
tree | 7a9efa3af6c8cf7f40c048f0daa98d8857fe2ba3 /tests | |
parent | 4d6417e925e6b25c3b9f31b95cf09ff5757ac3ce (diff) | |
download | external_gettext-eca112a7874b361f2eaeef3d24164224f9fd57f3.zip external_gettext-eca112a7874b361f2eaeef3d24164224f9fd57f3.tar.gz external_gettext-eca112a7874b361f2eaeef3d24164224f9fd57f3.tar.bz2 |
Fix last patch.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/msgfilter-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/msgfilter-1 b/tests/msgfilter-1 index 0746a47..b35b887 100755 --- a/tests/msgfilter-1 +++ b/tests/msgfilter-1 @@ -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 |