diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2019-09-04 00:35:33 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2019-10-02 15:31:04 -0500 |
| commit | 6bc0c4aa3b82a0ccd3144530b81a5cd922dc1bb3 (patch) | |
| tree | 3d4aa74cee4c142903763e2f6b452a63ba4f4938 /tests | |
| parent | 9c51c824182a1b3180cecdd86b5af6c9dbc958ab (diff) | |
| download | nimterop-6bc0c4aa3b82a0ccd3144530b81a5cd922dc1bb3.tar.gz nimterop-6bc0c4aa3b82a0ccd3144530b81a5cd922dc1bb3.zip | |
OSX support for getHeader, handle symlinks
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/getheader.nims | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/getheader.nims b/tests/getheader.nims index 57584a6..6d0f73a 100644 --- a/tests/getheader.nims +++ b/tests/getheader.nims @@ -20,7 +20,7 @@ var rcmd = " -r lzma.nim" exp = "liblzma version = " -when defined(linux): +when defined(posix): testCall(cmd & rcmd, "No build files found", 1) # stdlib |
