From eb94793bfeb514387abe171213eff8524c1c7d07 Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Wed, 22 Mar 2023 22:24:13 -0500 Subject: [PATCH] Remove obsolete "-s" alias for --zone option --- gatekeeper.pl | 2 +- testsuite/lib/gatekeeper.exp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gatekeeper.pl b/gatekeeper.pl index cd7478f..9ae13a1 100755 --- a/gatekeeper.pl +++ b/gatekeeper.pl @@ -271,7 +271,7 @@ BEGIN { GetOptions('help' => \$want_help, 'version' => \$want_version, 'configfile|config|conf|c=s' => \$ConfigFile, - 'zone|z|s=s' => \$ZONE, + 'zone|z=s' => \$ZONE, 'with-gpgv=s' => \$GPGV_Bin, 'with-lsof=s' => \$LSOF_Bin, 'tstampcheck=i' => \$TSTAMPCHECK, diff --git a/testsuite/lib/gatekeeper.exp b/testsuite/lib/gatekeeper.exp index 41ef6ef..e4c9f5a 100644 --- a/testsuite/lib/gatekeeper.exp +++ b/testsuite/lib/gatekeeper.exp @@ -308,7 +308,7 @@ proc run_upload_batch_test {} { if { $CHECK_COVERAGE } { lappend runcmd $PERL -T -MDevel::Cover=-silent,1 } - lappend runcmd $GATEKEEPER_TOOL --testing-this-script -s ftp + lappend runcmd $GATEKEEPER_TOOL --testing-this-script eval $runcmd # copy any output produced to the log expect { -re {.+} { exp_continue } eof { wait } } -- 2.25.1