From ea88d31791d345dbccfd4b3233430742fcd77776 Mon Sep 17 00:00:00 2001 From: Thomas Koutcher Date: Sat, 28 Oct 2023 12:13:28 +0200 Subject: [PATCH] add test --- test/main/kanji-test | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 test/main/kanji-test diff --git a/test/main/kanji-test b/test/main/kanji-test new file mode 100755 index 000000000..75ab184e7 --- /dev/null +++ b/test/main/kanji-test @@ -0,0 +1,23 @@ +#!/bin/sh + +. libtest.sh +. libgit.sh + +export COLUMNS=108 +export LINES=3 + +steps ':save-display kanji.screen' + +test_setup_work_dir() +{ + git_commit -m "最初のコミットです。長めのコミットログが必要なので書いています。" +} + +git_init + +test_tig + +assert_equals 'kanji.screen' <