maint: assume 'test -x' is portable
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 23 Feb 2012 21:47:42 +0000 (22:47 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 23 Feb 2012 23:12:11 +0000 (00:12 +0100)
commit4a38f18045c251a1e73dd499d8bafe186bb0130b
tree7e6f13a4c9f169e60deed3f0aa85c8dc98f75f59
parent94259756a34b0010ee9f2e3a0f872eccd0678850
maint: assume 'test -x' is portable

* lib/Makefile.am (installcheck-local): To verify that the installed
scripts are actually executable, simply use 'test -x', instead of
resorting to perl and its '-x' file operator.  Today, 'test -x'
should today be portable to any non-museum system.  Since we are at
it, improve diagnostic in case of failure.
lib/Makefile.am