<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b6b1ae29156464305619bc22bead421c0aaf6498">https://github.com/macports/macports-ports/commit/b6b1ae29156464305619bc22bead421c0aaf6498</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 b6b1ae29156 fish: fix a failing test
</span>b6b1ae29156 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b6b1ae29156464305619bc22bead421c0aaf6498
</span>Author: Tair Sabyrgaliyev <tair.sabirgaliev@gmail.com>
AuthorDate: Wed Apr 14 18:59:45 2021 -0700

<span style='display:block; white-space:pre;color:#404040;'>    fish: fix a failing test
</span>---
 shells/fish/Portfile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/shells/fish/Portfile b/shells/fish/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5f92b1394e4..5e87757d497 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/shells/fish/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/shells/fish/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,8 +35,7 @@ patchfiles              patch-share_config_fish.diff \
</span> post-patch {
     reinplace "s|@@PREFIX@@|${prefix}/bin|g"     "${worksrcpath}/share/config.fish"
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # skip these 2 failing tests for now, future updates should try enabling them
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    file rename "${worksrcpath}/tests/checks/jobs.fish" "${worksrcpath}/tests/checks/jobs.fish.skip"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # skip failing tests for now, future updates should try enabling them
</span>     file rename "${worksrcpath}/tests/checks/sigint.fish" "${worksrcpath}/tests/checks/sigint.fish.skip"
 }
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -67,6 +66,10 @@ test.env-append         TERM=nsterm
</span> test.run                yes
 test.target             test
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+pre-test {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    append portsandbox_profile " (allow process-exec (literal \"/bin/ps\") (with no-profile))"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> notes "
 To set MacPorts' ${name} as default login shell, run:
 
</pre><pre style='margin:0'>

</pre>