summaryrefslogtreecommitdiffstats
path: root/gettext-tools/tests/msgfmt-4
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/tests/msgfmt-4')
-rwxr-xr-xgettext-tools/tests/msgfmt-42
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