mv query-server-common.bash load to remotesrv-common.bash

This commit is contained in:
elianddb
2025-11-21 03:02:10 -08:00
parent 0f1a3ab4ac
commit ee35df6ff6
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -1,6 +1,5 @@
#!/usr/bin/env bats
load $BATS_TEST_DIRNAME/helper/common.bash
load $BATS_TEST_DIRNAME/helper/query-server-common.bash
load $BATS_TEST_DIRNAME/helper/remotesrv-common.bash
setup() {
@@ -1,3 +1,5 @@
load $BATS_TEST_DIRNAME/helper/query-server-common.bash
# Track the remotesrv process ID.
remotesrv_pid=""
# Track the port number that remotesrv is running on.