Commit 4a38f18045c251a1e73dd499d8bafe186bb0130b

Stefano Lattarini 2012-02-23T22:47:42

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.