From 1c829d26d92bfe4a8bc4c71e5a92d367596b0b5b Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Tue, 15 Oct 2013 23:38:06 +0900 Subject: [PATCH] tests: fix failure when $PKIDIR contains uuid-like string this fixes a test failure with my working directory: /disks/ea6a5743-ad5f-11e2-9410-08606e7f74e7/git/openvswitch stop filtering uuid as it's unnecessary for this specific test case. Signed-off-by: YAMAMOTO Takashi Signed-off-by: Ben Pfaff --- tests/ovsdb-server.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ovsdb-server.at b/tests/ovsdb-server.at index 69ec7a17d..444ab9659 100644 --- a/tests/ovsdb-server.at +++ b/tests/ovsdb-server.at @@ -524,7 +524,7 @@ AT_CHECK( [0], [stdout], [ignore], [test ! -e pid || kill `cat pid`]) cat stdout >> output AT_CHECK_UNQUOTED( - [${PERL} $srcdir/uuidfilt.pl output], [0], + [cat output], [0], [[[{"rows":[{"private_key":"$PKIDIR/testpki-privkey2.pem"}]}] ]], [ignore], [test ! -e pid || kill `cat pid`]) OVSDB_SERVER_SHUTDOWN -- 2.20.1