Fixes tests on case sensitive file systems.
This commit is contained in:
parent
1d0f28e321
commit
380cb46da8
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ test "issue 129 (installing commit hash)":
|
|||
"https://github.com/nimble-test/packagea.git@#1f9cb289c89"]
|
||||
check execNimble(arguments).exitCode == QuitSuccess
|
||||
# Verify that it was installed correctly.
|
||||
check dirExists(installDir / "pkgs" / "packagea-#1f9cb289c89")
|
||||
check dirExists(installDir / "pkgs" / "PackageA-#1f9cb289c89")
|
||||
# Remove it so that it doesn't interfere with the uninstall tests.
|
||||
check execNimble("uninstall", "-y", "packagea@#1f9cb289c89").exitCode ==
|
||||
QuitSuccess
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue