]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix variable name error in the xfer system test
authorAram Sargsyan <aram@isc.org>
Mon, 17 Apr 2023 15:56:37 +0000 (15:56 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Tue, 18 Apr 2023 09:37:39 +0000 (09:37 +0000)
commit613a9fc659eaabf0e0736ae65e2cbb0d514deb19
treef1fa4cc96c64f8cfe5d7206cd8dcfe6c984598c8
parentb23a3c77299bf5928bdb7ddc09d799675a5061b3
Fix variable name error in the xfer system test

There is no 'ret' in this test, and it is obvious that 'ret=1'
should be 'tmp=1' for the check to work correctly, if the string
is not found in the log file.
bin/tests/system/xfer/tests.sh