]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: remove pointless virconftest.sh wrapper
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 7 Jul 2016 14:39:00 +0000 (15:39 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 12 Jul 2016 08:57:00 +0000 (09:57 +0100)
commit776925096d307bf2f46b178ad6758fee6be197f3
tree62423f2303de449d72be06f52bae7aac69a7a1b0
parentb0b4a35c53fe2122366174380413ddab9aa29d2e
tests: remove pointless virconftest.sh wrapper

The virconftest is different from all our other tests in that
the C program only tests a single in/out config file pair. It
relies on a shell wrapper to invoke it once for each test
file.

This gets rid of the shell wrapper and makes the C program
actually run over each test file using the normal test pattern.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
tests/Makefile.am
tests/virconftest.c
tests/virconftest.sh [deleted file]