summaryrefslogtreecommitdiffstats
path: root/admin/nobadcase
diff options
context:
space:
mode:
Diffstat (limited to 'admin/nobadcase')
-rw-r--r--admin/nobadcase6
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/nobadcase b/admin/nobadcase
index e34aa4e..f3eadf2 100644
--- a/admin/nobadcase
+++ b/admin/nobadcase
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
-bad_true=$(grep -l "TRUE" $(find Net Tests -name \*.php | grep -v darcs))
-bad_false=$(grep -l "FALSE" $(find Net Tests -name \*.php | grep -v darcs))
-bad_null=$(grep -l "NULL" $(find Net Tests -name \*.php | grep -v darcs))
+bad_true=$(grep -l "TRUE" $(find Auth Tests -name \*.php | grep -v darcs))
+bad_false=$(grep -l "FALSE" $(find Auth Tests -name \*.php | grep -v darcs))
+bad_null=$(grep -l "NULL" $(find Auth Tests -name \*.php | grep -v darcs))
if [ "$bad_true" ]
then