libvirt/examples
Michal Privoznik 25866ec6a6 examples: Try harder to uninstall nwfilter
We have this code in our Makefile that tries to remove
/etc/libvirt/nwfilter if directory is left empty after all our
example nwfilters were uninstalled. However, the check for that
is missing quotation marks thus rendering the test useless:

test -z allow-arp.xml allow-dhcp-server.xml .. qemu-announce-self.xml || \
  rmdir "/some/path/libvirt.git/_install/etc/libvirt/nwfilter"
/bin/sh: line 0: test: too many arguments

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2016-04-20 17:33:55 +02:00
..
apparmor
dominfo
dommigrate
domsuspend domsuspend: Fix warning on mingw build 2016-02-12 16:36:34 +01:00
domtop
hellolibvirt
lxcconvert
object-events event-test: Enforce domain event sync 2016-04-18 16:31:30 +02:00
openauth
polkit
rename
systemtap
xml
Makefile.am examples: Try harder to uninstall nwfilter 2016-04-20 17:33:55 +02:00