aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2019-10-01 11:33:24 -0500
committerGanesh Viswanathan <dev@genotrance.com>2019-10-02 15:32:03 -0500
commit86aea481ac3433ddeae7832fc9749f99e12d5f7b (patch)
treeedd6cf509884842d8b90443ec42adfb567c0114f /tests
parentfad9fd78f30eda750e615f69dd88f28158effbce (diff)
downloadnimterop-86aea481ac3433ddeae7832fc9749f99e12d5f7b.tar.gz
nimterop-86aea481ac3433ddeae7832fc9749f99e12d5f7b.zip
Add retries for file ops
Diffstat (limited to 'tests')
-rw-r--r--tests/lzma.nim2
1 files changed, 1 insertions, 1 deletions
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()