Disable installcheck tests for test_session_hooks

Andrew Dunstan <andrew@dunslane.net>

Commit: 745948422c799c1b9f976ee30f21a7aac050e0f3
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2017-11-15T22:49:04Z
Releases: 11.0
Disable installcheck tests for test_session_hooks

The module requires a preloaded library and the defect can't be cured by
a LOAD instruction in the test script. To achieve this we override the
installcheck target in the module's Makefile, and exclude ithe module in
vcregress.pl.

Along the way, revert commit 9989f92aabd.

Files