Code

t7006: modernize calls to unset
authorJeff King <peff@peff.net>
Thu, 18 Aug 2011 05:00:47 +0000 (22:00 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Aug 2011 21:01:48 +0000 (14:01 -0700)
commit212ad944209a928dbf79faa124de77be5c84532e
tree1e96a5cfdb85b2a51bc6b63fb807ed988c7b7c86
parenta47a645e7057f28441f0f4b259db11171158553a
t7006: modernize calls to unset

These tests break &&-chaining to deal with broken "unset"
implementations. Instead, they should just use sane_unset.

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