aboutsummaryrefslogtreecommitdiff
path: root/regress/tests.sh
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2022-09-08 20:45:12 +0000
committerOmar Polo <op@omarpolo.com>2022-09-08 20:45:12 +0000
commita5fb2593a9ab1c6cc4ae027924724dd2714f7fe1 (patch)
tree9f9d2e7f85f84c25c8ae25947fb4204f2fa1de8c /regress/tests.sh
parent32fbc47803fbb51cfff0e5181b78d9050641709c (diff)
adjust regress to use `ge' for the old configless test
Diffstat (limited to 'regress/tests.sh')
-rw-r--r--regress/tests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/tests.sh b/regress/tests.sh
index 22d2598..a46e44d 100644
--- a/regress/tests.sh
+++ b/regress/tests.sh
@@ -8,10 +8,10 @@ test_iri() {
./iri_test
}
-test_configless_mode() {
+test_ge() {
dont_check_server_alive=yes
- $gmid -p $port -H localhost -d . testdata &
+ $ge -p $port -d . testdata &
pid=$!
sleep 1