diff options
author | Robin Rosenberg <robin.rosenberg@dewire.com> | 2006-10-03 02:02:15 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-10-03 01:02:27 -0700 |
commit | b599deec18719379167c639613379abb9205e065 (patch) | |
tree | 0dfca767d9e77d2c96407d64d796fc024f62eabe /t/t1200-tutorial.sh | |
parent | cb626bc6300c988d066aacc53a3f5893ee5dba53 (diff) | |
download | git-b599deec18719379167c639613379abb9205e065.tar.gz |
Error in test description of t1200-tutorial
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't/t1200-tutorial.sh')
-rwxr-xr-x | t/t1200-tutorial.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |