[Git][NTPsec/ntpsec][buildtest] Fixed typo

Ian Bruene gitlab at mg.gitlab.com
Sat Dec 2 16:55:00 UTC 2017


Ian Bruene pushed to branch buildtest at NTPsec / ntpsec


Commits:
cc70b324 by Ian Bruene at 2017-12-02T10:54:40-06:00
Fixed typo

- - - - -


1 changed file:

- tests/wscript


Changes:

=====================================
tests/wscript
=====================================
--- a/tests/wscript
+++ b/tests/wscript
@@ -118,7 +118,7 @@ def build(ctx):
 
     pypath = pylib.get_bld()
     linkpath = ctx.bldnode.make_node("tests/pylib/ntp")
-    if (not linkpath.exists()) or os.readlink(linkpath.abspath())):
+    if (not linkpath.exists()) or os.readlink(linkpath.abspath()):
         try:
             os.remove(linkpath.abspath())
         except OSError:



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/cc70b32455be5d140e6dedcbfe0ca06bd2f5ddae

---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/cc70b32455be5d140e6dedcbfe0ca06bd2f5ddae
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20171202/07bcc5c4/attachment.html>


More information about the vc mailing list