]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tests: fix version printing for ginstall in one test
authorPádraig Brady <P@draigBrady.com>
Wed, 11 Jun 2014 22:50:00 +0000 (23:50 +0100)
committerPádraig Brady <P@draigBrady.com>
Wed, 11 Jun 2014 22:50:00 +0000 (23:50 +0100)
* tests/install/d-slashdot.sh: 'ginstall' is the binary name
in the build directory, not 'install'.

tests/install/d-slashdot.sh

index 415eb4ff23c130bfffac7f055980752a3f0434dc..044b8bf5a96ca54af4105b69545abb9168c12fa8 100755 (executable)
@@ -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