Testing: extract offsets

This commit is contained in:
Shahram Najm 2024-01-07 16:20:03 +00:00
parent 393efa3b70
commit 557da6b2de
1 changed files with 8 additions and 0 deletions

View File

@ -48,5 +48,13 @@ set -e
[ $status -ne 0 ] [ $status -ne 0 ]
grep -q "Wrong message length" $tempLog grep -q "Wrong message length" $tempLog
set +e
$EXEC ${test_dir}/extract_offsets nonexistentfile > $tempLog 2>&1
status=$?
set -e
[ $status -ne 0 ]
grep -q "Unable to read file" $tempLog
# Clean up # Clean up
rm -f $temp1 $temp2 $tempLog rm -f $temp1 $temp2 $tempLog