aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Pipkin <j@dawnrazor.net>2012-11-01 22:02:45 -0500
committerJacob Pipkin <j@dawnrazor.net>2012-11-01 22:02:45 -0500
commitd1c0abdd300e1006cd9c07704095ac2c05911474 (patch)
tree6731147ca5ab21ace6be6f3712fe039996aa371c
parentce4925b1318dff6170f6c3047e68ce47dc0d1798 (diff)
downloadsbotools2-d1c0abdd300e1006cd9c07704095ac2c05911474.tar.xz
comment out no-longer-valid circular requirement test
-rwxr-xr-xt/test.t5
1 files changed, 3 insertions, 2 deletions
diff --git a/t/test.t b/t/test.t
index f2b7463..14c6503 100755
--- a/t/test.t
+++ b/t/test.t
@@ -301,8 +301,9 @@ ok ('zdoom' ~~ @$inst_names, 'get_inst_names is good');
# 76-81, get_reqs tests
$SBO::Lib::no_reqs = 0;
-ok (! (get_requires 'zarafa', "$sbo_home/network/zarafa"),
- 'get_requires good for circular requirements');
+# no longer valid - there are no longer any circular requirements.
+#ok (! (get_requires 'zarafa', "$sbo_home/network/zarafa"),
+# 'get_requires good for circular requirements');
ok (! (get_requires 'smc', "$sbo_home/games/smc"),
'get_requires good for REQUIRES="%README%"');
ok (! (get_requires 'krb5', "$sbo_home/network/krb5"),