diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2019-10-01 11:33:24 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2019-10-02 15:32:03 -0500 |
| commit | 86aea481ac3433ddeae7832fc9749f99e12d5f7b (patch) | |
| tree | edd6cf509884842d8b90443ec42adfb567c0114f /tests | |
| parent | fad9fd78f30eda750e615f69dd88f28158effbce (diff) | |
| download | nimterop-86aea481ac3433ddeae7832fc9749f99e12d5f7b.tar.gz nimterop-86aea481ac3433ddeae7832fc9749f99e12d5f7b.zip | |
Add retries for file ops
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/lzma.nim | 2 |
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() |
