mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-12 15:45:21 +08:00
11 lines
172 B
Bash
11 lines
172 B
Bash
|
#!/bin/bash -x
|
||
|
|
||
|
if test "x$srcdir" = x ; then srcdir=`pwd`; fi
|
||
|
. ../test_common.sh
|
||
|
|
||
|
echo "Test unicode paths"
|
||
|
${execdir}/acpget
|
||
|
${execdir}/tst_cygutf8
|
||
|
ls xutf8*
|
||
|
rm xutf8*
|