From b599deec18719379167c639613379abb9205e065 Mon Sep 17 00:00:00 2001 From: Robin Rosenberg Date: Tue, 3 Oct 2006 02:02:15 +0200 Subject: [PATCH] Error in test description of t1200-tutorial Signed-off-by: Robin Rosenberg Signed-off-by: Junio C Hamano --- t/t1200-tutorial.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t1200-tutorial.sh b/t/t1200-tutorial.sh index c7db20e7f3..0272dd4293 100755 --- a/t/t1200-tutorial.sh +++ b/t/t1200-tutorial.sh @@ -3,7 +3,7 @@ # Copyright (c) 2005 Johannes Schindelin # -test_description='Test git-rev-parse with different parent options' +test_description='A simple turial in the form of a test case' . ./test-lib.sh -- GitLab