diff options
author | Bruno Haible <bruno@clisp.org> | 2001-12-18 13:38:03 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-21 23:49:46 +0200 |
commit | 112855d45976bc24fd2a5930d5b93c1daff6956f (patch) | |
tree | be57783c2f841408782d98d2df79c74832384c1c /tests/msgmerge-13 | |
parent | 1d1aa5294dd207fd7ac8e8adabfd8f74a1428d47 (diff) | |
download | external_gettext-112855d45976bc24fd2a5930d5b93c1daff6956f.zip external_gettext-112855d45976bc24fd2a5930d5b93c1daff6956f.tar.gz external_gettext-112855d45976bc24fd2a5930d5b93c1daff6956f.tar.bz2 |
Unify tmpfiles handling.
Diffstat (limited to 'tests/msgmerge-13')
-rwxr-xr-x | tests/msgmerge-13 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/msgmerge-13 b/tests/msgmerge-13 index c98e8b4..8ec5ba2 100755 --- a/tests/msgmerge-13 +++ b/tests/msgmerge-13 @@ -5,7 +5,7 @@ tmpfiles="" trap 'rm -fr $tmpfiles' 1 2 3 15 -tmpfiles="mm-test13.in1 mm-test13.in2" +tmpfiles="$tmpfiles mm-test13.in1 mm-test13.in2" cat <<EOF > mm-test13.in1 msgid "2" msgstr "2" msgid "3" msgstr "3" |