From 5fef5c577ec3a57ab8229fe0d5b09b65dc00c656 Mon Sep 17 00:00:00 2001 From: Araq Date: Fri, 23 Dec 2016 15:58:21 +0100 Subject: [PATCH] make tests work on Windows again --- tests/tester.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tester.nim b/tests/tester.nim index 64b21bf..3c75132 100644 --- a/tests/tester.nim +++ b/tests/tester.nim @@ -3,7 +3,7 @@ import osproc, streams, unittest, strutils, os, sequtils, future var rootDir = getCurrentDir().parentDir() -var nimblePath = rootDir / "src" / "nimble" & ExeExt +var nimblePath = rootDir / "src" / addFileExt("nimble", ExeExt) var installDir = rootDir / "tests" / "nimbleDir" const path = "../src/nimble"