use a file that has to be there :)

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@225236 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-07-26 05:57:26 +00:00
parent 26f56f9f99
commit 8aeb62e580
1 changed files with 1 additions and 1 deletions

View File

@ -644,7 +644,7 @@ public class Verifier
String dir = basedir + "/" + test;
if ( !new File( dir, "pom.xml" ).exists() )
if ( !new File( dir, "goals.txt" ).exists() )
{
System.err.println( "Test " + test + " in " + dir + " does not exist" );