Skip to content

Commit

Permalink
Add CABAL_DIR test
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Chebotov committed Feb 22, 2022
1 parent 4aa801c commit 0ddea6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions images/win/scripts/Tests/Haskell.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ Describe "Haskell" {
$env:CABAL_DIR | Should -Not -Exist
}

It "CABAL_DIR environment variable exists" {
Get-EnvironmentVariable CABAL_DIR | Should -BeExactly "C:\cabal"
}

It "ghcup is installed" {
"ghcup --version" | Should -ReturnZeroExitCode
}
Expand Down

0 comments on commit 0ddea6e

Please sign in to comment.