commit | d4ed62225827b04b91e75c84093fa54c14ca82e2 | [log] [tgz] |
---|---|---|
author | Eric Newberry <enewberry@email.arizona.edu> | Wed Jun 10 14:12:42 2015 -0700 |
committer | Eric Newberry <enewberry@email.arizona.edu> | Wed Jun 10 14:12:42 2015 -0700 |
tree | 172014cae8dd72a03337b327cac403b6c28a5dbb | |
parent | afb5c5f3005a304fd433d01c4ce9863e4db28943 [diff] [blame] |
Use ndnpeek and ndnpoke refs #2858 Change-Id: Idefbe54ac6c5cc0fc9e4a6197f882c027b551a8b
diff --git a/test_localhost_scope/in-master.sh b/test_localhost_scope/in-master.sh index 756ffd7..c782aed 100755 --- a/test_localhost_scope/in-master.sh +++ b/test_localhost_scope/in-master.sh
@@ -25,7 +25,7 @@ sleep 1 # send interest -response=$(ndn-tlv-peek -p ndn:/localhost/test-in/A 2>&1) +response=$(ndnpeek -p ndn:/localhost/test-in/A 2>&1) if [[ ! -z $response ]] then echo "FAIL: Expected no data come back for ndn:/localhost/test-in/A, Actual: '$response'"