tests: fix failure when $PKIDIR contains uuid-like string
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Tue, 15 Oct 2013 14:38:06 +0000 (23:38 +0900)
committerBen Pfaff <blp@nicira.com>
Tue, 15 Oct 2013 17:06:17 +0000 (10:06 -0700)
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 <yamamoto@valinux.co.jp>
Signed-off-by: Ben Pfaff <blp@nicira.com>
tests/ovsdb-server.at

index 69ec7a1..444ab96 100644 (file)
@@ -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