diff options
author | Jacob Pipkin <j@dawnrazor.net> | 2012-11-01 22:02:45 -0500 |
---|---|---|
committer | Jacob Pipkin <j@dawnrazor.net> | 2012-11-01 22:02:45 -0500 |
commit | d1c0abdd300e1006cd9c07704095ac2c05911474 (patch) | |
tree | 6731147ca5ab21ace6be6f3712fe039996aa371c | |
parent | ce4925b1318dff6170f6c3047e68ce47dc0d1798 (diff) | |
download | sbotools2-d1c0abdd300e1006cd9c07704095ac2c05911474.tar.xz |
comment out no-longer-valid circular requirement test
-rwxr-xr-x | t/test.t | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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"), |