Corrected copy-and-paste thinko in ignore executable bit test case.
commit209e7569313aa045da6d55e333c884e49e7d8fb2
authorShawn Pearce <spearce@spearce.org>
Wed, 27 Sep 2006 15:18:49 +0000 (27 11:18 -0400)
committerJunio C Hamano <junkio@cox.net>
Wed, 27 Sep 2006 19:44:02 +0000 (27 12:44 -0700)
treea1c64dad80a07c084c28dff6832789810d857f1b
parent16652170bf80542fd77de75fb88da2f7761f65c4
Corrected copy-and-paste thinko in ignore executable bit test case.

This test should be testing update-index --add, not git-add as the
latter is implemented in terms of the former.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t3700-add.sh