summaryrefslogtreecommitdiffstats
path: root/gettext-tools/tests/msgfmt-3
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/tests/msgfmt-3')
-rwxr-xr-xgettext-tools/tests/msgfmt-32
1 files changed, 2 insertions, 0 deletions
diff --git a/gettext-tools/tests/msgfmt-3 b/gettext-tools/tests/msgfmt-3
index b0b2ed7..264a4f8 100755
--- a/gettext-tools/tests/msgfmt-3
+++ b/gettext-tools/tests/msgfmt-3
@@ -1,5 +1,7 @@
#! /bin/sh
+# Test than an empty header entry is OK.
+
tmpfiles=""
trap 'rm -fr $tmpfiles' 1 2 3 15