]> git.ipfire.org Git - thirdparty/git.git/commit - t/test-lib-functions.sh
test: rename $satisfied to $satisfied_prereq
authorJunio C Hamano <gitster@pobox.com>
Thu, 26 Jul 2012 20:57:56 +0000 (13:57 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Jul 2012 16:44:09 +0000 (09:44 -0700)
commitf3cfc3b27168a085d4ca7ab5801814c4f419b54d
treef9cb9a78836265a5ec9251cc99254a9c44b0eb2a
parentcdd159b2f56c9e69e37bbb8f5af301abd93e5407
test: rename $satisfied to $satisfied_prereq

All other shell variables that are used to globally keep track of
states related to prerequisite have "prereq" somewhere in their
names.  Be consistent and avoid potential name crashes with other
kinds of satisfaction in the future.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib-functions.sh