From e919da5aee779358bab7def14c77049546811750 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?= Date: Wed, 11 Jun 2014 23:50:00 +0100 Subject: tests: fix version printing for ginstall in one test * tests/install/d-slashdot.sh: 'ginstall' is the binary name in the build directory, not 'install'. --- tests/install/d-slashdot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/install/d-slashdot.sh b/tests/install/d-slashdot.sh index 415eb4ff2..044b8bf5a 100755 --- a/tests/install/d-slashdot.sh +++ b/tests/install/d-slashdot.sh @@ -17,7 +17,7 @@ # along with this program. If not, see . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src -print_ver_ install +print_ver_ ginstall ginstall -d d1/. || fail=1 -- cgit v1.2.1