chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
0037533
)
Fix bashism
author
Karl Hasselström
<kha@treskal.com>
Sat, 8 Dec 2007 09:30:40 +0000
(10:30 +0100)
committer
Karl Hasselström
<kha@treskal.com>
Sat, 8 Dec 2007 09:30:40 +0000
(10:30 +0100)
Signed-off-by: Karl Hasselström <kha@treskal.com>
t/t1000-branch-create.sh
patch
|
blob
|
blame
|
history
diff --git
a/t/t1000-branch-create.sh
b/t/t1000-branch-create.sh
index f024501cd11a68b9f1221583aff807eb04e67ee3..fa51a2487761e272ca4034c9de751edb385df701 100755
(executable)
--- a/
t/t1000-branch-create.sh
+++ b/
t/t1000-branch-create.sh
@@
-14,7
+14,7
@@
test_expect_success \
'Create a branch when the current one is not an StGIT stack' '
git branch origin &&
stg branch --create new origin &&
- test $(stg branch) =
=
"new"
+ test $(stg branch) = "new"
'
test_expect_success \