Skip to content

Commit

Permalink
clean tests after moving code to executable-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Jul 11, 2013
1 parent a845404 commit bde4788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/dtf/bundler_comment_test.sh
Expand Up @@ -20,7 +20,7 @@ head -n 1 $(which haml) # match=/env ruby_executable_hooks/
which ruby_executable_hooks # status=0

gem list # match=/haml/
rubygems-bundler-uninstaller # match=/haml/
executable-hooks-uninstaller # match=/haml/

head -n 1 $(which haml) # match!=/env ruby_executable_hooks/
which ruby_executable_hooks # status=1
Expand Down
2 changes: 1 addition & 1 deletion test/dtf/rubygems_comment_test.sh
Expand Up @@ -7,7 +7,7 @@ head -n 1 $(which haml) # match=/env ruby_executable_hooks/
which ruby_executable_hooks # status=0

gem list # match=/haml/
rubygems-bundler-uninstaller # match=/haml/
executable-hooks-uninstaller # match=/haml/

head -n 1 $(which haml) # match!=/env ruby_executable_hooks/
which ruby_executable_hooks # status=1
Expand Down

0 comments on commit bde4788

Please sign in to comment.