Skip to content

Commit

Permalink
Update for Interopability Tests #6 (to be squashed later)
Browse files Browse the repository at this point in the history
Handle ^J matches Jan
  • Loading branch information
mrdeep1 committed Jan 6, 2023
1 parent 709f4d7 commit 5ac6d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/oscore_testcases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ passfail 3 "^one|^two"
# Test 8
echo -n "Test 8 - "
timeout 10 $CLIENT -w -v8 -E $INDIR/interop/a_client.conf,/tmp/client_a -m post -e "%4a" -t 0 coap://$TARGET_IP:$S_PORT_B/oscore/hello/6 > /tmp/client_out 2>&1
passfail 1 "^J"
passfail 1 "^J$"

# Test 9
echo -n "Test 9 - "
Expand Down

0 comments on commit 5ac6d57

Please sign in to comment.