<pre style='margin:0'>
Clemens Lang (neverpanic) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/0745d2d4efcbe082e13828f31c2c594c2be0a0a4">https://github.com/macports/macports-base/commit/0745d2d4efcbe082e13828f31c2c594c2be0a0a4</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 0745d2d  tests: Remove non-existing constraint from test
</span>0745d2d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 0745d2d4efcbe082e13828f31c2c594c2be0a0a4
</span>Author: Clemens Lang <cal@macports.org>
AuthorDate: Mon Mar 12 17:10:40 2018 +0100

<span style='display:block; white-space:pre;color:#404040;'>    tests: Remove non-existing constraint from test
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The has_svn constraint was removed from library.tcl, but I forgot to
</span><span style='display:block; white-space:pre;color:#404040;'>    remove it from the test as well.
</span>---
 tests/test/svn-and-patchsites/test.tcl | 2 --
 1 file changed, 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/tests/test/svn-and-patchsites/test.tcl b/tests/test/svn-and-patchsites/test.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 9533d78..51ba359 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/tests/test/svn-and-patchsites/test.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/tests/test/svn-and-patchsites/test.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,8 +17,6 @@ customMatch notGlob [lambda {needle haystack} {
</span> 
 test svn-patchsites {
     Regression test for svn-and-patchsites.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-} -constraints {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    has_svn
</span> } -body {
        return [exec -ignorestderr cat $path/$output_file]
 } -result "error*" -match notGlob
</pre><pre style='margin:0'>

</pre>