diff options
| -rw-r--r-- | t/100-shows-todo-comments-since-fork-point.t | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/t/100-shows-todo-comments-since-fork-point.t b/t/100-shows-todo-comments-since-fork-point.t index bb35c9d..dd0f161 100644 --- a/t/100-shows-todo-comments-since-fork-point.t +++ b/t/100-shows-todo-comments-since-fork-point.t @@ -42,7 +42,8 @@ is $todos, 'TODO: 100-shows-todo-comments-since-fork-point  # Teardown -system('git branch -d fork-point'); +system('git checkout master'); +system('git branch -D fork-point');  done_testing; | 
