Signed-off-by: David KÃ¥gedal <davidk@xxxxxxxxxxxxxx> --- This is very basic, but there was no test at all that ran stg status, so nothing excercised the code changed in the following patch. t/t0002-status.sh | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) create mode 100755 t/t0002-status.sh diff --git a/t/t0002-status.sh b/t/t0002-status.sh new file mode 100755 index 0000000..c088d56 --- /dev/null +++ b/t/t0002-status.sh @@ -0,0 +1,15 @@ +#!/bin/sh +# +# Copyright (c) 2007 David Kågedal +# + +test_description='Basic stg status + +Test that "stg status" works.' + +. ./test-lib.sh + +test_expect_success 'Run status on empty' \ + 'stg status' + +test_done -- 1.5.3.rc6.31.g3c3b - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html