restore: add test for deleted ita files
commit620c09e1b686e06c4ddbd5fb153f7ad898bab412
authorVarun Naik <vcnaik94@gmail.com>
Thu, 1 Aug 2019 16:09:10 +0000 (1 09:09 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 2 Aug 2019 17:28:25 +0000 (2 10:28 -0700)
tree1585936299a88a4519e4af7e7dfc1d030cecd753
parentecd72042de7d79c05d8f153e288766c7f88f0b10
restore: add test for deleted ita files

`git restore --staged` uses the same machinery as `git checkout HEAD`,
so there should be a similar test case for "restore" as the existing
test case for "checkout" with deleted ita files.

Helped-by: Jeff King <peff@peff.net>
Signed-off-by: Varun Naik <vcnaik94@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t2070-restore.sh