From: Michal Privoznik Date: Wed, 17 Jun 2015 11:29:14 +0000 (+0200) Subject: tests: Follow virnetserver to virnetdaemon transition X-Git-Tag: v1.2.17-rc1~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=992ae99d9ed2ffc5ba93dd86ac575fdbabb55583;p=thirdparty%2Flibvirt.git tests: Follow virnetserver to virnetdaemon transition In a4746114582 the virnetserver test was renamed to virnetdaemon. Moreover, as the test relies on some data stored under virnetserverdata/ the folder was renamed too. But this was not reflected in the Makefile. Therefore when building outside of the repository, the data folder was not distributed and test failed. Signed-off-by: Michal Privoznik --- diff --git a/tests/Makefile.am b/tests/Makefile.am index cefe8b3cf9..a1cca5c1e0 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -137,8 +137,8 @@ EXTRA_DIST = \ virsh-uriprecedence \ vircgroupdata \ virfiledata \ + virnetdaemondata \ virnetdevtestdata \ - virnetserverdata \ virpcitestdata \ virscsidata \ virusbtestdata \