projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fc8419
)
Test: fix test failure introduced in the previous commit.
author
Bo Peng
<
[email protected]
>
Sat, 16 Mar 2024 13:11:23 +0000
(22:11 +0900)
committer
Bo Peng
<
[email protected]
>
Sat, 16 Mar 2024 13:13:50 +0000
(22:13 +0900)
src/test/regression/tests/005.jdbc/PgpoolTest.java
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regression/tests/005.jdbc/PgpoolTest.java
b/src/test/regression/tests/005.jdbc/PgpoolTest.java
index 89e7e5c941373e3bdc122a3cae614b58f97a938e..ad2abfa0cc6407fe7ca8773d02517cd83988ae16 100644
(file)
--- a/
src/test/regression/tests/005.jdbc/PgpoolTest.java
+++ b/
src/test/regression/tests/005.jdbc/PgpoolTest.java
@@
-54,7
+54,7
@@
public abstract class PgpoolTest {
try {
Process proc;
- proc = Runtime.getRuntime().exec(new String[]
+ proc = Runtime.getRuntime().exec(new String[]
{
"diff",
"-u",
"expected/" + getTestName(),