scoop-games/Scoop-Bucket.Tests.ps1

3 lines
127 B
PowerShell
Raw Permalink Normal View History

if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Resolve-Path (scoop prefix scoop) }
2019-03-07 18:44:25 -08:00
. "$env:SCOOP_HOME\test\Import-Bucket-Tests.ps1"