Skip to content

Commit 775cb23

Browse files
committed
not in path
1 parent 3f89f5f commit 775cb23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/org/opensolaris/opengrok/index/IndexerRepoTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public void testMainWithH() throws IOException {
8787
Indexer.main(argv);
8888
checkNumberOfThreads();
8989
} else {
90-
System.out.println("Skipping test. Could not find a ctags I could use in path.");
90+
System.out.println("Skipping test. Could not find a ctags I could use.");
9191
}
9292
}
9393

@@ -102,7 +102,7 @@ public void testMainWithoutH() throws IOException {
102102
Indexer.main(argv);
103103
checkNumberOfThreads();
104104
} else {
105-
System.out.println("Skipping test. Could not find a ctags I could use in path.");
105+
System.out.println("Skipping test. Could not find a ctags I could use.");
106106
}
107107
}
108108
}

0 commit comments

Comments
 (0)