chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
18669b7
)
Add basic test for stg status
author
David Kågedal
<davidk@lysator.liu.se>
Thu, 30 Aug 2007 11:00:58 +0000
(13:00 +0200)
committer
Karl 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]
patch
|
blob
diff --git a/t/t0002-status.sh
b/t/t0002-status.sh
new file mode 100755
(executable)
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