* tests/install/d-slashdot.sh: 'ginstall' is the binary name in the build directory, not 'install'. --- tests/install/d-slashdot.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/install/d-slashdot.sh b/tests/install/d-slashdot.sh index 415eb4f..044b8bf 100755 --- a/tests/install/d-slashdot.sh +++ b/tests/install/d-slashdot.sh @@ -17,7 +17,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src -print_ver_ install +print_ver_ ginstall ginstall -d d1/. || fail=1 -- 1.7.7.6
