diff options
Diffstat (limited to 'gettext-tools/tests/msgfmt-4')
-rwxr-xr-x | gettext-tools/tests/msgfmt-4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gettext-tools/tests/msgfmt-4 b/gettext-tools/tests/msgfmt-4 index d649b5c..f833ed9 100755 --- a/gettext-tools/tests/msgfmt-4 +++ b/gettext-tools/tests/msgfmt-4 @@ -1,5 +1,7 @@ #! /bin/sh +# Test c-format handling. + tmpfiles="" trap 'rm -fr $tmpfiles' 1 2 3 15 |