mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 13:27:10 -07:00
Fix tests on macOS. Also clarifies a test description.
This commit is contained in:
parent
efd9cf0c0b
commit
2afb22f6af
2 changed files with 16 additions and 16 deletions
|
@ -1,11 +1,11 @@
|
|||
Feature: Corner Cases
|
||||
|
||||
Scenario: SDKMAN_DIR unset
|
||||
Scenario: sdk not initialized in this shell
|
||||
Given environment variable SDKMAN_DIR is not set
|
||||
When a new Fish shell is launched
|
||||
Then environment variable SDKMAN_DIR has the original value
|
||||
|
||||
Scenario: SDKMAN_DIR set to a location the current user can't write at
|
||||
Scenario: sdk initialized for another user in this shell
|
||||
Given environment variable SDKMAN_DIR is set to "/"
|
||||
When a new Fish shell is launched
|
||||
Then environment variable SDKMAN_DIR has the original value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue