From 2644a5f7b1014a3b5843ecddbf8c739beb2ed802 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Tue, 25 Jan 2022 23:58:43 +0800 Subject: [PATCH] test(decompress): Import 'versions.ps1' (#4689) --- CHANGELOG.md | 1 + test/Scoop-Decompress.Tests.ps1 | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a401905ca..45372e6f88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ - **decompress:** Fix `Split-Path -LeafBase` in PS5 ([#4639](https://github.com/ScoopInstaller/Scoop/issues/4639)) - **installed:** Fix 'core/installed' that mark failed app as 'installed' ([#4650](https://github.com/ScoopInstaller/Scoop/issues/4650)) - **status:** Correctly handle failed installation of apps ([#4676](https://github.com/ScoopInstaller/Scoop/issues/4676)) + - **test:** Import 'versions.ps1' in `Scoop-Decompress.Tests.ps1` ([#4689](https://github.com/ScoopInstaller/Scoop/issues/4689)) - **shim:** Fix PS1 shim error when in different drive in PS7 ([#4614](https://github.com/ScoopInstaller/Scoop/issues/4614)) - **shim:** Fix `sh` shim error in WSL ([#4637](https://github.com/ScoopInstaller/Scoop/issues/4637)) - **versions:** Fix wrong version number when only one version dir ([#4679](https://github.com/ScoopInstaller/Scoop/issues/4679)) diff --git a/test/Scoop-Decompress.Tests.ps1 b/test/Scoop-Decompress.Tests.ps1 index 5a2a6e3e0d..f69a3afc75 100644 --- a/test/Scoop-Decompress.Tests.ps1 +++ b/test/Scoop-Decompress.Tests.ps1 @@ -3,6 +3,7 @@ . "$psscriptroot\..\lib\unix.ps1" . "$psscriptroot\..\lib\install.ps1" . "$psscriptroot\..\lib\manifest.ps1" +. "$psscriptroot\..\lib\versions.ps1" $isUnix = is_unix