a7958865a0
- Faster scoop initialization - Import tests from main bucket
3 lines
153 B
PowerShell
3 lines
153 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"
|