]> diplodocus.org Git - nmh/commitdiff
Fixed commit 60052b95778a065760a437859ee9b8a1cc4e39a9, wrong sense.
authorDavid Levine <levinedl@acm.org>
Sat, 7 Jan 2017 23:54:40 +0000 (18:54 -0500)
committerDavid Levine <levinedl@acm.org>
Sat, 7 Jan 2017 23:54:40 +0000 (18:54 -0500)
test/mhshow/test-charset

index 6c7095ff093a455680ad21fac4636f96c16ad34f..106d7dbdc642d7f1aa900aed8fcd287250c0508f 100755 (executable)
@@ -29,7 +29,7 @@ else
     #### FreeBSD10 buildbot.  It doesn't support EBCDIC-US, which is used
     #### by the checks, so check for that.  Though that doesn't seem to be
     #### the reason.
     #### FreeBSD10 buildbot.  It doesn't support EBCDIC-US, which is used
     #### by the checks, so check for that.  Though that doesn't seem to be
     #### the reason.
-    printf '\xe4' | iconv -f EBCDIC-US -t UTF-8 >/dev/null 2>&1  &&
+    printf '\xe4' | iconv -f EBCDIC-US -t UTF-8 >/dev/null 2>&1  ||
         skip_param_value_checks=1
 fi
 
         skip_param_value_checks=1
 fi