Two of the test scripts were converted from Test to Test::More, but their usage of ok was not properly updated. Test's ok works like ok, is, and like, depending on what arguments it is given. Fix the calls to use is so they are actually testing something.
Two of the test scripts were converted from Test to Test::More, but their usage of ok was not properly updated. Test's ok works like ok, is, and like, depending on what arguments it is given. Fix the calls to use is so they are actually testing something.