forked from sig_core/toolkit
Fix exit status check.
This commit is contained in:
parent
7aa85b609c
commit
e4d42096fc
@ -6,5 +6,5 @@ echo "rocky func" > /var/lib/tftpboot/tftptest
|
|||||||
tftp 127.0.0.1 -c get tftptest
|
tftp 127.0.0.1 -c get tftptest
|
||||||
|
|
||||||
grep -q "rocky func" tftptest
|
grep -q "rocky func" tftptest
|
||||||
r_checkExitStatus
|
r_checkExitStatus $?
|
||||||
/bin/rm tftptest
|
/bin/rm tftptest
|
||||||
|
Loading…
Reference in New Issue
Block a user