Skip to content

Commit

Permalink
Remove a test which doesn't seem to work on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
davidshepherd7 committed Nov 6, 2017
1 parent 02fb473 commit eea660b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions features/exec.feature
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,3 @@ Feature: Exec
When I run cask "exec sh -c 'echo $PATH'"
Then I should not see command output matching "^/usr/bin:"
Then I should see command output matching ":/usr/bin:"

Scenario: With a path starting with /usr/bin, but not on Travis
Given this Cask file:
"""
"""
When I set environment variable "TRAVIS" to "blah"
When "/usr/bin" is prepended to $PATH
When I run cask "exec sh -c 'echo $PATH'"
Then I should see command output matching "^/usr/bin:"

0 comments on commit eea660b

Please sign in to comment.