diff options
author | Bruno Haible <bruno@clisp.org> | 2003-04-28 11:08:41 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:10:24 +0200 |
commit | 46c071d50c8c83b86987d7796d637278fb7037f3 (patch) | |
tree | 1ef0c8e5e094f15e812de087208808b7318fcbf5 /gettext-tools/tests/xgettext-5 | |
parent | b35f072046d5fcf064eed22d6dff0caef1899aae (diff) | |
download | external_gettext-46c071d50c8c83b86987d7796d637278fb7037f3.zip external_gettext-46c071d50c8c83b86987d7796d637278fb7037f3.tar.gz external_gettext-46c071d50c8c83b86987d7796d637278fb7037f3.tar.bz2 |
Comments about the purpose of each test.
Diffstat (limited to 'gettext-tools/tests/xgettext-5')
-rwxr-xr-x | gettext-tools/tests/xgettext-5 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gettext-tools/tests/xgettext-5 b/gettext-tools/tests/xgettext-5 index 830e9cd..36f6dc6 100755 --- a/gettext-tools/tests/xgettext-5 +++ b/gettext-tools/tests/xgettext-5 @@ -1,5 +1,7 @@ #! /bin/sh +# Test C support: --trigraphs option. + tmpfiles="" trap 'rm -fr $tmpfiles' 1 2 3 15 |