aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2020-03-21 21:29:15 -0500
committerGanesh Viswanathan <dev@genotrance.com>2020-03-21 21:29:15 -0500
commit6d1c428b6ebea47c7956c8580c26a810a9250db6 (patch)
tree065cbcc8ccf8d6133dffd886b75dfb6a40871438
parentbe1e85934d39b7d0d8ef481593c0c4cbae333310 (diff)
downloadnimterop-newalgo-1.tar.gz
nimterop-newalgo-1.zip
Remove lzma testnewalgo-1
-rw-r--r--tests/getheader.nims4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/getheader.nims b/tests/getheader.nims
index 5a08429..7a0fc80 100644
--- a/tests/getheader.nims
+++ b/tests/getheader.nims
@@ -35,10 +35,6 @@ when defined(posix):
testCall(cmd & " -d:zlibStd" & zrcmd, zexp, 0)
testCall(cmd & " -d:zlibStd -d:zlibStatic" & zrcmd, zexp, 0)
- # git
- testCall(cmd & " -d:lzmaGit" & lrcmd, lexp, 0)
- testCall(cmd & " -d:lzmaGit -d:lzmaStatic" & lrcmd, lexp, 0, delete = false)
-
# git tag
testCall(cmd & " -d:lzmaGit -d:lzmaSetVer=v5.2.0" & lrcmd, lexp & "5.2.0", 0)
testCall(cmd & " -d:lzmaGit -d:lzmaStatic -d:lzmaSetVer=v5.2.0" & lrcmd, lexp & "5.2.0", 0, delete = false)