Fix exit status check.

This commit is contained in:
Chris Stackpole 2022-11-21 20:25:23 -06:00
parent 7aa85b609c
commit e4d42096fc
Signed by untrusted user: stack
GPG Key ID: 8B8BF0341BB1A1D5
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ echo "rocky func" > /var/lib/tftpboot/tftptest
tftp 127.0.0.1 -c get tftptest
grep -q "rocky func" tftptest
r_checkExitStatus
r_checkExitStatus $?
/bin/rm tftptest