t/t7006: ignore return status of shell's unset builtin
authorBrandon Casey <redacted>
Wed, 2 Jun 2010 15:32:26 +0000 (10:32 -0500)
committerJunio C Hamano <redacted>
Wed, 2 Jun 2010 16:33:36 +0000 (09:33 -0700)
commitc289c315c2bfcd5fde99f9e4dbb109f89e29dfce
tree9612ba705ec9d6da61a4d5381467fd3be88d750f
parent6f89384fe0c5a131d055c19fffe22f8d087a0a7e
t/t7006: ignore return status of shell's unset builtin

The unset builtin of Solaris's xpg4/sh returns non-zero if it is passed a
variable name which was not previously set.  Since the unset is not likely
to fail, ignore its return status, but add a semicolon as a clue that the
'&&' was deliberately left off.

Signed-off-by: Brandon Casey <redacted>
Acked-by: Jonathan Nieder <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t7006-pager.sh
git clone https://git.99rst.org/PROJECT