summaryrefslogtreecommitdiffstats
path: root/gettext-tools/tests/xgettext-3
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/tests/xgettext-3')
-rwxr-xr-xgettext-tools/tests/xgettext-33
1 files changed, 1 insertions, 2 deletions
diff --git a/gettext-tools/tests/xgettext-3 b/gettext-tools/tests/xgettext-3
index 9452151..c468770 100755
--- a/gettext-tools/tests/xgettext-3
+++ b/gettext-tools/tests/xgettext-3
@@ -2,8 +2,7 @@
# This test often fails during development. It works after "make dist".
-# One argument is required which is the path to the toplevel directory
-# of the distribution.
+# Test -x option.
tmpfiles=""
trap 'rm -fr $tmpfiles' 1 2 3 15