From 86aea481ac3433ddeae7832fc9749f99e12d5f7b Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Tue, 1 Oct 2019 11:33:24 -0500 Subject: Add retries for file ops --- tests/lzma.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/lzma.nim b/tests/lzma.nim index 32f9fa0..2368b55 100644 --- a/tests/lzma.nim +++ b/tests/lzma.nim @@ -3,7 +3,7 @@ import os, strutils import nimterop/[build, cimport] const - baseDir = currentSourcePath.parentDir()/"build/liblzma" + baseDir = currentSourcePath.parentDir()/"build"/"liblzma" static: cDebug() -- cgit v1.2.3