chiark / gitweb /
Add basic test for stg status
authorDavid Kågedal <davidk@lysator.liu.se>
Thu, 30 Aug 2007 11:00:58 +0000 (13:00 +0200)
committerKarl Hasselström <kha@treskal.com>
Fri, 31 Aug 2007 06:36:01 +0000 (08:36 +0200)
Signed-off-by: David Kågedal <davidk@lysator.liu.se>
Signed-off-by: Karl Hasselström <kha@treskal.com>
t/t0002-status.sh [new file with mode: 0755]

diff --git a/t/t0002-status.sh b/t/t0002-status.sh
new file mode 100755 (executable)
index 0000000..c088d56
--- /dev/null
@@ -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