tests: Remove unused variables

* tests/directories.pm:
  - %diroutput
* tests/ftpserver.pl:
  - %exit_signal
* tests/test1135.pl:
  - @syms
  - %doc
  - %rem
* tests/test1167.pl:
  - %doc
  - %rem
* tests/tftpserver.pl:
  - %fork

Closes #16798
This commit is contained in:
Samuel Henrique 2025-03-22 15:55:59 +00:00 committed by Dan Fandrich
parent 58881058ad
commit 23f6a1abfd
5 changed files with 0 additions and 9 deletions

View file

@ -187,7 +187,6 @@ my $datasockf_conn = 'no'; # ['no','yes']
# global vars used for signal handling
#
my $got_exit_signal = 0; # set if program should finish execution ASAP
my $exit_signal; # first signal handled in exit_signal_handler
#**********************************************************************
# Mail related definitions