diff options
Diffstat (limited to 'tests/cert-tests/pkcs12-utf8')
-rwxr-xr-x | tests/cert-tests/pkcs12-utf8 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/cert-tests/pkcs12-utf8 b/tests/cert-tests/pkcs12-utf8 index 5c1049ed5c..154d916cb9 100755 --- a/tests/cert-tests/pkcs12-utf8 +++ b/tests/cert-tests/pkcs12-utf8 @@ -21,6 +21,9 @@ # along with GnuTLS; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# This test cannot run under windows because it passes UTF8 data on command +# line. This seems not to work under windows. + srcdir="${srcdir:-.}" top_builddir="${top_builddir:-../..}" CERTTOOL="${CERTTOOL:-${top_builddir}/src/certtool${EXEEXT}}" |