From d0846c47e503e020b73130d6cde62c9b194ed4a1 Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Mon, 25 Jan 2016 12:43:25 +0100 Subject: [PATCH] fix test --- integrationtests/Paket.IntegrationTests/PackSpecs.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrationtests/Paket.IntegrationTests/PackSpecs.fs b/integrationtests/Paket.IntegrationTests/PackSpecs.fs index 486b20d897..85ca517f97 100644 --- a/integrationtests/Paket.IntegrationTests/PackSpecs.fs +++ b/integrationtests/Paket.IntegrationTests/PackSpecs.fs @@ -88,7 +88,7 @@ let ``#1429 pack deps from template``() = let ``#1429 pack deps``() = let outPath = Path.Combine(scenarioTempPath "i001429-pack-deps","out") let templatePath = Path.Combine(scenarioTempPath "i001429-pack-deps","PaketBug", "paket.template") - paket ("pack -v output \"" + outPath) "i001429-pack-deps" |> ignore + paket ("pack -v output \"" + outPath + "\"") "i001429-pack-deps" |> ignore let details = NuGetV2.getDetailsFromLocalNuGetPackage outPath "" (PackageName "PaketBug") (SemVer.Parse "1.0.0.0")