dpctl.at: Ignore string representation of error messages in output.
authorBen Pfaff <blp@nicira.com>
Mon, 20 Apr 2015 19:11:23 +0000 (12:11 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 21 Apr 2015 15:29:30 +0000 (08:29 -0700)
commit186de41979352a7f111e3eec6744778d80ac17b0
tree0b29582363e7dfe5f2860635f0d834089f0f7db9
parentc78a00b112c959e2b503f459e3e6aaa0c69e11f2
dpctl.at: Ignore string representation of error messages in output.

Different C libraries represent the same error code (particularly ENODEV)
differently.  This caused spurious test failures on BSD.  This commit
avoids the problem by ignoring the error string representations entirely.

Reported-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
tests/dpctl.at