components/desktop/thunderbird/patches/firefox20-52-check_test.patch
changeset 5255 cea0e462549a
equal deleted inserted replaced
5252:947514442d05 5255:cea0e462549a
       
     1 This patch is for testing. Potential for sending upstream.
       
     2 
       
     3 --- comm-esr31/mozilla/testing/runcppunittests.py.orig	2015-06-04 17:42:51.633983468 -0700
       
     4 +++ comm-esr31/mozilla/testing/runcppunittests.py	2015-06-04 17:42:51.638876910 -0700
       
     5 @@ -80,6 +80,8 @@
       
     6          pathvar = ""
       
     7          if mozinfo.os == "linux":
       
     8              pathvar = "LD_LIBRARY_PATH"
       
     9 +        if mozinfo.os == "unix":
       
    10 +            pathvar = "LD_LIBRARY_PATH"
       
    11          elif mozinfo.os == "mac":
       
    12              pathvar = "DYLD_LIBRARY_PATH"
       
    13          elif mozinfo.os == "win":