[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] tests: fix version printing for ginstall in one test
From: |
Pádraig Brady |
Subject: |
[PATCH] tests: fix version printing for ginstall in one test |
Date: |
Thu, 12 Jun 2014 00:29:22 +0100 |
* 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
- [PATCH] tests: fix version printing for ginstall in one test,
Pádraig Brady <=