Test cases are broken
Brought to you by:
hvhaugwitz,
rvdb
The current test is issued from Makefile.am as
src/aide -B "database_out=file://$(top_srcdir)/doc/aide.db" -c doc/aide.conf -i
which expands to
src/aide -B "database_out=file://./doc/aide.db" -c doc/aide.conf -i
and which doesn't seem to be vaild:
Invalid file-URL, cannot use hostname other than localhost or build8st: file:/doc/aide.db
Unsupported output URL-type:file://./doc/aide.db
Manually trying to fix it gives more errors as the tested features are hardcoded and don't resemble the options compiled in during configure (here on Solaris):
build8st% src/aide -B "database_out=file://localhost/doc/aide.db" -c doc/aide.conf -i
119:Error in expression:selinux
Configuration error
Meanwhile the corresponding test case has been removed from the repository.