diff options
author | Daiki Ueno <ueno@gnu.org> | 2013-07-10 17:14:57 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2013-07-10 18:34:09 +0900 |
commit | 6c0abd26de617b218e86360885c1a6674fe1a4ea (patch) | |
tree | 7091011ed64116821ef6b5287d5713a7f605f6cd /gettext-tools/tests/msgcomm-21 | |
parent | b877f85b1825a080fc7562bfbe4ed697d94016e8 (diff) | |
download | external_gettext-6c0abd26de617b218e86360885c1a6674fe1a4ea.zip external_gettext-6c0abd26de617b218e86360885c1a6674fe1a4ea.tar.gz external_gettext-6c0abd26de617b218e86360885c1a6674fe1a4ea.tar.bz2 |
gettext-tools: convert tests to use init.sh from Gnulib
Diffstat (limited to 'gettext-tools/tests/msgcomm-21')
-rwxr-xr-x | gettext-tools/tests/msgcomm-21 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gettext-tools/tests/msgcomm-21 b/gettext-tools/tests/msgcomm-21 index 2be54e3..a3ed946 100755 --- a/gettext-tools/tests/msgcomm-21 +++ b/gettext-tools/tests/msgcomm-21 @@ -1,4 +1,5 @@ #! /bin/sh +. "${srcdir=.}/init.sh"; path_prepend_ . ../src # Test --more-than=0; identical message are wanted once only. # If both occurrences are fuzzy, keep the fuzzy mark. |