chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Allow 'show' and 'id' to work on non-StGIT branches (bug #10011)
[stgit]
/
t
/
t2400-diff.sh
diff --git
a/t/t2400-diff.sh
b/t/t2400-diff.sh
index 6d9ed98ecf4edf7524961e5f82b0143cd806dd48..fbcefe185834a35fc7591ace20570998c8d0dedd 100755
(executable)
--- a/
t/t2400-diff.sh
+++ b/
t/t2400-diff.sh
@@
-4,7
+4,7
@@
test_description='Run "stg diff"'
. ./test-lib.sh
. ./test-lib.sh
-test_expect_
failure
'Diff with no StGit data' '
+test_expect_
success
'Diff with no StGit data' '
stg diff
'
stg diff
'
@@
-13,7
+13,7
@@
test_expect_success 'Make some local changes' '
git add foo.txt
'
git add foo.txt
'
-test_expect_
failure
'Diff with some local changes' '
+test_expect_
success
'Diff with some local changes' '
stg diff
'
stg diff
'