From cd41b7d7abf72367ec982e0cf441ec03806c3956 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Karl=20Hasselstr=C3=B6m?= Date: Mon, 24 Sep 2007 00:54:06 +0200 Subject: [PATCH] New test: make sure tha we can run "stg help" MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Karl Hasselström --- t/t0100-help.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 t/t0100-help.sh diff --git a/t/t0100-help.sh b/t/t0100-help.sh new file mode 100755 index 00000000..d1550bae --- /dev/null +++ b/t/t0100-help.sh @@ -0,0 +1,15 @@ +#!/bin/sh + +test_description='Run "stg help"' + +. ./test-lib.sh + +test_expect_success 'Run "stg help"' ' + stg help + ' + +test_expect_success 'Run "stg --help"' ' + stg --help + ' + +test_done -- 2.11.4.GIT