diff options
Diffstat (limited to 'gettext-tools/tests/format-gfc-internal-1')
-rw-r--r--[-rwxr-xr-x] | gettext-tools/tests/format-gfc-internal-1 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gettext-tools/tests/format-gfc-internal-1 b/gettext-tools/tests/format-gfc-internal-1 index 69ef28b..fc0c44c 100755..100644 --- a/gettext-tools/tests/format-gfc-internal-1 +++ b/gettext-tools/tests/format-gfc-internal-1 @@ -3,10 +3,6 @@ # Test recognition of GFC internal format strings. -tmpfiles="" -trap 'rm -fr $tmpfiles' 1 2 3 15 - -tmpfiles="$tmpfiles f-gf-1.data" cat <<\EOF > f-gf-1.data # Valid: no argument "abc%%" @@ -75,7 +71,6 @@ n=0 while read comment; do read string n=`expr $n + 1` - tmpfiles="$tmpfiles f-gf-1-$n.in f-gf-1-$n.po" cat <<EOF > f-gf-1-$n.in gettext(${string}); EOF @@ -105,6 +100,4 @@ EOF rm -f f-gf-1-$n.in f-gf-1-$n.po done < f-gf-1.data -rm -fr $tmpfiles - exit 0 |