summaryrefslogtreecommitdiff
path: root/tests/ofproto-macros.at
diff options
context:
space:
mode:
authorYAMAMOTO Takashi <yamamoto@midokura.com>2016-03-16 07:19:35 +0000
committerYAMAMOTO Takashi <yamamoto@midokura.com>2016-03-24 01:09:53 +0900
commit11b7f938280797676d2163c765916c8c904251db (patch)
treeda0a9656d425945def092d31e8e3988cd2174bd3 /tests/ofproto-macros.at
parent1de0ef4147f52c5d715e380d1f394c7e1302e38f (diff)
downloadopenvswitch-11b7f938280797676d2163c765916c8c904251db.tar.gz
ovs_strerror, ovs_format_message: Always use "Success" for errno 0
So that testsuite can compare log messages including the string. Signed-off-by: YAMAMOTO Takashi <yamamoto@midokura.com> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'tests/ofproto-macros.at')
-rw-r--r--tests/ofproto-macros.at1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ofproto-macros.at b/tests/ofproto-macros.at
index 522d71350..2c52ecae9 100644
--- a/tests/ofproto-macros.at
+++ b/tests/ofproto-macros.at
@@ -30,7 +30,6 @@ prt==1 { sub(/[ \t]*$/, ""); print $0 }
vconn_sub() {
sed '
s/tcp:127.0.0.1:[0-9][0-9]*:/unix:/
-s/No error/Success/
'
}
]