<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-base.
</pre>
<p><a href="https://github.com/macports/macports-base/commit/8ea134019369fec98c1bcebb30aad7dc5ea95a9f">https://github.com/macports/macports-base/commit/8ea134019369fec98c1bcebb30aad7dc5ea95a9f</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 8ea134019 Fix get_archive_sites_conf_values test
</span>8ea134019 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 8ea134019369fec98c1bcebb30aad7dc5ea95a9f
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Thu Jun 27 06:59:46 2024 +1000
<span style='display:block; white-space:pre;color:#404040;'> Fix get_archive_sites_conf_values test
</span>---
src/macports1.0/tests/macports.test | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/macports1.0/tests/macports.test b/src/macports1.0/tests/macports.test
</span><span style='display:block; white-space:pre;color:#808080;'>index 90832d330..4f9b5badd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/macports1.0/tests/macports.test
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/macports1.0/tests/macports.test
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1003,7 +1003,7 @@ test get_archive_sites_conf_values {
</span> puts $fd "type tgz"
close $fd
<span style='display:block; white-space:pre;background:#ffe0e0;'>- set macports::autoconf::macports_conf_path $pwd/archive_sites
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ set macports::archive_sites_conf $pwd/archive_sites/archive_sites.conf
</span> unset -nocomplain macports::archive_sites_conf_values
} -body {
set res [macports::get_archive_sites_conf_values]
</pre><pre style='margin:0'>
</pre>