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/msgcat-2 | |
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/msgcat-2')
-rwxr-xr-x | tests/msgcat-2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/msgcat-2 b/tests/msgcat-2 index 7b21574..0706d32 100755 --- a/tests/msgcat-2 +++ b/tests/msgcat-2 @@ -5,7 +5,7 @@ trap 'rm -fr $tmpfiles' 1 2 3 15 # input files with different charsets. -tmpfiles="mcat-test2.in1 mcat-test2.in2" +tmpfiles="$tmpfiles mcat-test2.in1 mcat-test2.in2" cat <<EOF > mcat-test2.in1 # German message file for xyz. # Copyright (C) 1999, 2000, 2001 xyz. |