rename files because of the new molly guard

This commit is contained in:
Thomas Levine 2012-10-11 02:03:52 -04:00
parent a2d7b41ca1
commit f0e034b91f
24 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
../../urchin .fixture | grep '7 tests passed.'
../../urchin .test | grep '7 tests passed.'

View File

@ -1,3 +1,3 @@
#!/bin/sh
../../urchin .fixture | grep '3 tests failed.'
../../urchin .test | grep '3 tests failed.'

View File

@ -1,3 +1,3 @@
#!/bin/sh
[ $(../../urchin .fixtures| grep 31|wc -l) -lt 3 ]
[ $(../../urchin .test| grep 31|wc -l) -lt 3 ]