t7800: use single quotes for test bodies
commitc559677c1fc45494ae45adafb35995992740e836
authorPatrick Steinhardt <ps@pks.im>
Fri, 22 Mar 2024 02:23:41 +0000 (22 03:23 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Mar 2024 14:36:34 +0000 (22 07:36 -0700)
tree01748371c044f2dbff4a27c77490b2936bf0de77
parentac45f68866fbdbe14384d1b8964824ffac9d1e6b
t7800: use single quotes for test bodies

In eb84c8b6ce (git-difftool--helper: honor `--trust-exit-code` with
`--dir-diff`, 2024-02-20) we have started to loop around some of the
tests in t7800 so that they are reexecuted with slightly different
arguments. As part of that refactoring the quoting of test bodies was
changed from single quotes (') to double quotes (") so that the value of
the loop variable is accessible to the body.

As the test body is later on passed to eval this change was not required
though. Let's revert it back to use single quotes as usual in our tests.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7800-difftool.sh