t0205: drop redundant test
commit1cdc62f6f16e6dae4343824f08286015c8c4b9c2
authorJeff King <peff@peff.net>
Tue, 6 Feb 2018 08:43:19 +0000 (6 03:43 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Feb 2018 18:07:51 +0000 (8 10:07 -0800)
tree9ac561e585ada9a00585ff158c2a0a65c8d871f1
parent8279ed033f703d4115bee620dccd32a9ec94d9aa
t0205: drop redundant test

We check that a shell variable is non-empty, and then we
check that it's equal to a particular value. Just checking
the latter covers both cases.

I suspect the original was trying to give better output when
the test fails, but using "-x" covers that these days.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0205-gettext-poison.sh