Skip to content

Commit de7a165

Browse files
committed
tests: do not check mirror on unix socket
1 parent 703fc2c commit de7a165

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/zdb_lowlevel.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,9 @@ runtest_prio(sp, lowlevel_mirror) {
212212
const char *argv[] = {"MIRROR"};
213213
int value = zdb_command(test, argvsz(argv), argv);
214214

215+
if(test->type != CONNECTION_TYPE_TCP)
216+
return TEST_SKIPPED;
217+
215218
if(value != TEST_SUCCESS)
216219
return value;
217220

0 commit comments

Comments
 (0)