aboutsummaryrefslogtreecommitdiff
path: root/regress/tests.sh
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-07-25 20:26:26 +0000
committerOmar Polo <op@omarpolo.com>2023-07-25 20:26:26 +0000
commit471a5250e3d1df76765e22d14065363818084be6 (patch)
tree4374bfa1087a61f20b599e7d9b5f1298b4514138 /regress/tests.sh
parentfdb4572d2f85abeddd9e8318dd2b0c2676c3cfb3 (diff)
rename ge -> gemexp in regress too
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 4fc9b59..f76edea 100644
--- a/regress/tests.sh
+++ b/regress/tests.sh
@@ -8,10 +8,10 @@ test_iri() {
./iri_test
}
-test_ge() {
+test_gemexp() {
dont_check_server_alive=yes
- $ge -p $port -d . testdata &
+ $gemexp -p $port -d . testdata &
pid=$!
sleep 1