shell: add basic tests
commit32696a4cbe90929ae79ea442f5102c513ce3dfaa
authorJeff King <peff@peff.net>
Wed, 28 Sep 2022 22:50:36 +0000 (28 18:50 -0400)
committerTaylor Blau <me@ttaylorr.com>
Sat, 1 Oct 2022 04:23:38 +0000 (1 00:23 -0400)
tree6586dd4d05403f4c218df4ff3796b23c376b7321
parenta1d4f67c12ac172f835e6d5e4e0a197075e2146b
shell: add basic tests

We have no tests of even basic functionality of git-shell. Let's add a
couple of obvious ones. This will serve as a framework for adding tests
for new things we fix, as well as making sure we don't screw anything up
too badly while doing so.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
t/t9850-shell.sh [new file with mode: 0755]