t: add tests for "git var"
commit879ed7539357cf54e1c14f1c203eacd74469ff4c
authorJeff King <peff@peff.net>
Wed, 28 Nov 2012 18:26:43 +0000 (28 13:26 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 Nov 2012 18:49:13 +0000 (28 10:49 -0800)
tree69d1c0fb17ffc7b381e148feaac82d2075d51987
parentd6991ceedc6a6fbcc2184f8328eb1b4c88b55267
t: add tests for "git var"

We do not currently have any explicit tests for "git var" at
all (though we do exercise it to some degree as a part of
other tests). Let's add a few basic sanity checks.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0007-git-var.sh [new file with mode: 0755]