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-1 | |
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-1')
-rwxr-xr-x | tests/msgcat-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/msgcat-1 b/tests/msgcat-1 index eaa85ca..dc5d82b 100755 --- a/tests/msgcat-1 +++ b/tests/msgcat-1 @@ -6,7 +6,7 @@ tmpfiles="" trap 'rm -fr $tmpfiles' 1 2 3 15 -tmpfiles="mcat-test1.in1 mcat-test1.in2" +tmpfiles="$tmpfiles mcat-test1.in1 mcat-test1.in2" cat <<EOF > mcat-test1.in1 msgid "" msgstr "" |