summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2014-06-11 23:50:00 +0100
committerPádraig Brady <P@draigBrady.com>2014-06-11 23:50:00 +0100
commite919da5aee779358bab7def14c77049546811750 (patch)
tree1696ffbb919cddf81292d5ccdac566d1c03c8350
parent15d092f94a3abd4ba328a9c9ac4531320ec381ec (diff)
downloadcoreutils-e919da5aee779358bab7def14c77049546811750.tar.gz
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'.
-rwxr-xr-xtests/install/d-slashdot.sh2
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
. "${srcdir=.}/tests/init.sh"; path_prepend_ ./src
-print_ver_ install
+print_ver_ ginstall
ginstall -d d1/. || fail=1