diff options
| -rw-r--r-- | tests/getheader.nims | 4 |
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) |
