helper/test-ref-store: fix "new-sha1" vs "old-sha1" typo
commit3c27e2e05935248734cdb4d5220a0785d79b5ae6
authorChristian Couder <christian.couder@gmail.com>
Sun, 6 Jan 2019 15:46:37 +0000 (6 16:46 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 Jan 2019 18:55:03 +0000 (17 10:55 -0800)
tree74ec652070ee6b0cf9afe87f718c98fd2efd32fb
parent80f2a6097c403234892b884a21810411e5837853
helper/test-ref-store: fix "new-sha1" vs "old-sha1" typo

It looks like it is a copy-paste error  made in 80f2a6097c
(t/helper: add test-ref-store to test ref-store functions,
2017-03-26) to pass "old-sha1" instead of "new-sha1" to
notnull() when we get the new sha1 argument from
const char **argv.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Acked-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/helper/test-ref-store.c