Skip to content

Commit 4173e68

Browse files
committed
Revert "Mark Exec/sandbox-path as expect broken on Windows"
This reverts commit a4f807d.
1 parent da38a73 commit 4173e68

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed
Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
import Test.Cabal.Prelude
22
main = cabalTest $ do
3-
windows <- isWindows
4-
expectBrokenIf windows 4133 $ do
5-
withSandbox $ do
6-
fails $ cabal "exec" ["my-executable"]
7-
cabal "install" []
8-
-- Execute indirectly via bash to ensure that we go through $PATH
9-
cabal' "exec" ["sh", "--", "-c", "my-executable"]
10-
>>= assertOutputContains "This is my-executable"
3+
withSandbox $ do
4+
fails $ cabal "exec" ["my-executable"]
5+
cabal "install" []
6+
-- Execute indirectly via bash to ensure that we go through $PATH
7+
cabal' "exec" ["sh", "--", "-c", "my-executable"]
8+
>>= assertOutputContains "This is my-executable"

0 commit comments

Comments
 (0)