Skip to content

Commit

Permalink
Minor testsuite fix.
Browse files Browse the repository at this point in the history
Fix remove_topic() in t-061.sh so that it doesn't print a git hash.

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 f15a26b commit 1b87435
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion regression/t-061.out
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ ccd56089d1b5305a9d35617cb7f6f4b06ffa68ba commit refs/patches/master/mode
ffb7faa126a6d91bcdd44a494f76b96dd860b8b9 commit refs/patches/master/remove
% guilt pop -a
No patches applied.
ccd56089d1b5305a9d35617cb7f6f4b06ffa68ba
% git checkout guilt/master
Switched to branch "guilt/master"
% guilt pop -a
Expand Down
2 changes: 1 addition & 1 deletion regression/t-061.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ old_style_branch() {

remove_topic() {
cmd guilt pop -a
if git rev-parse --verify --quiet guilt/master
if git rev-parse --verify --quiet guilt/master >/dev/null
then
cmd git checkout guilt/master
else
Expand Down

0 comments on commit 1b87435

Please sign in to comment.