Fix exit status check. #8

Merged
label merged 1 commits from :exit-status into devel 2022-11-22 03:11:28 +00:00
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