chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove the resolved command
[stgit]
/
t
/
t0002-status.sh
diff --git
a/t/t0002-status.sh
b/t/t0002-status.sh
index ffcad7752f7d56a35de377e0108b8cc79e72c29f..2512c53738c1d8f438dad8eeb74beba887fa46f5 100755
(executable)
--- a/
t/t0002-status.sh
+++ b/
t/t0002-status.sh
@@
-145,7
+145,7
@@
A fie
M foo/bar
EOF
test_expect_success 'Status after resolving the push' '
-
stg resolved -a
&&
+
git add --update
&&
stg status > output.txt &&
test_cmp expected.txt output.txt
'