annotate tests/test-mbsrtowcs3.sh @ 17622:71e733c62cee

savedir: add sorting arg to savedir, streamsavedir; remove fdsavedir Patch based on an idea by Dick Streefland in <https://savannah.gnu.org/patch/?7892>. * NEWS: Document this. * lib/savedir.c (NAME_SIZE_DEFAULT): Remove. (direntry_t, comparison_function): New types. (direntry_cmp_name): New function. (direntry_cmp_inode) [D_INO_IN_DIRENT]: New function. (streamsavedir, savedir): New arg OPTION. (streamsavedir): Simplify memory allocation. (fdsavedir): Remove. * lib/savedir.h (enum savedir_option): New type. (streamsavedir, savedir): New arg OPTION. (fdsavedir): Remove.
author Sergey Poznyakoff <gray@gnu.org.ua>
date Thu, 13 Feb 2014 22:01:39 +0200
parents 4200847287e8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10914
4200847287e8 Tests for module 'mbsrtowcs'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 #!/bin/sh
4200847287e8 Tests for module 'mbsrtowcs'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2
4200847287e8 Tests for module 'mbsrtowcs'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 # Test whether a specific EUC-JP locale is installed.
4200847287e8 Tests for module 'mbsrtowcs'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 : ${LOCALE_JA=ja_JP}
4200847287e8 Tests for module 'mbsrtowcs'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 if test $LOCALE_JA = none; then
4200847287e8 Tests for module 'mbsrtowcs'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 if test -f /usr/bin/localedef; then
4200847287e8 Tests for module 'mbsrtowcs'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 echo "Skipping test: no traditional japanese locale is installed"
4200847287e8 Tests for module 'mbsrtowcs'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 else
4200847287e8 Tests for module 'mbsrtowcs'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 echo "Skipping test: no traditional japanese locale is supported"
4200847287e8 Tests for module 'mbsrtowcs'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 fi
4200847287e8 Tests for module 'mbsrtowcs'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 exit 77
4200847287e8 Tests for module 'mbsrtowcs'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 fi
4200847287e8 Tests for module 'mbsrtowcs'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
4200847287e8 Tests for module 'mbsrtowcs'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 LC_ALL=$LOCALE_JA \
4200847287e8 Tests for module 'mbsrtowcs'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 ./test-mbsrtowcs${EXEEXT} 3