Skip to content

Commit

Permalink
Fix coding style errors in t-061.sh.
Browse files Browse the repository at this point in the history
Signed-off-by: Per Cederqvist <[email protected]>
Signed-off-by: Josef 'Jeff' Sipek <[email protected]>
  • Loading branch information
Per Cederqvist committed Jan 22, 2015
1 parent 1b87435 commit 623f31e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions regression/t-061.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ old_style_branch() {

remove_topic() {
cmd guilt pop -a
if git rev-parse --verify --quiet guilt/master >/dev/null
then
if git rev-parse --verify --quiet guilt/master >/dev/null; then
cmd git checkout guilt/master
else
cmd git checkout master
Expand Down Expand Up @@ -46,8 +45,7 @@ cmd git for-each-ref

cmd list_files

for i in `seq 5`
do
for i in `seq 5`; do
if [ $i -ge 5 ]; then
shouldfail guilt pop
else
Expand Down

0 comments on commit 623f31e

Please sign in to comment.