From: Eric Bollengier Date: Mon, 6 Sep 2021 12:59:49 +0000 (+0200) Subject: regress: Fix totp test with non default BASEPORT X-Git-Tag: Beta-15.0.0~897 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=531dea53e9206d362d86341b60e414f4bbb78dd8;p=thirdparty%2Fbacula.git regress: Fix totp test with non default BASEPORT --- diff --git a/regress/tests/totp-auth-plugin-test b/regress/tests/totp-auth-plugin-test index 2dc9b888c..5a45249e6 100755 --- a/regress/tests/totp-auth-plugin-test +++ b/regress/tests/totp-auth-plugin-test @@ -116,7 +116,7 @@ Console { } Director { Name = 127.0.0.1-dir - DIRPort = 8101 + DIRPort = $BASEPORT address = 127.0.0.1 Password = notused } @@ -129,7 +129,7 @@ Console { } Director { Name = 127.0.0.1-dir - DIRPort = 8101 + DIRPort = $BASEPORT address = 127.0.0.1 Password = notused } @@ -143,7 +143,7 @@ Console { } Director { Name = 127.0.0.1-dir - DIRPort = 8101 + DIRPort = $BASEPORT address = 127.0.0.1 Password = notused TLS Enable = No @@ -158,7 +158,7 @@ Console { } Director { Name = 127.0.0.1-dir - DIRPort = 8101 + DIRPort = $BASEPORT address = 127.0.0.1 Password = notused } @@ -171,7 +171,7 @@ Console { } Director { Name = 127.0.0.1-dir - DIRPort = 8101 + DIRPort = $BASEPORT address = 127.0.0.1 Password = notused }