ndn-traffic -> ndn-traffic-client
Change-Id: I851dd8d6abbf34795b265bd25576190c9cffd91b
diff --git a/test_unixface/test_unixface.py b/test_unixface/test_unixface.py
index 171f850..a081076 100644
--- a/test_unixface/test_unixface.py
+++ b/test_unixface/test_unixface.py
@@ -26,7 +26,7 @@
ret = subprocess.call(["./unix-face-test.sh"], shell=True)
print "Test script return value:", ret
errormsg = {
- 1 : "ndn-traffic client does not end normally. See logs/client.log",
+ 1 : "ndn-traffic-client did not end normally. See logs/client.log",
2 : "Data loss detected",
}
if (ret != 0):