ScoopInstaller_Main/Scoop-Bucket.Tests.ps1
Richard Kuhnt 6e18b6af56 fix(tests): Move Scoop-Bucket.Test.ps1 to root directory
Tests where failing silently because the $bucketdir was wrong.
2019-10-17 15:32:56 +02:00

3 lines
151 B
PowerShell

if(!$env:SCOOP_HOME) { $env:SCOOP_HOME = resolve-path (split-path (split-path (scoop which scoop))) }
. "$env:SCOOP_HOME\test\Import-Bucket-Tests.ps1"