diff options
Diffstat (limited to 'tests/install/d-slashdot.sh')
-rwxr-xr-x | tests/install/d-slashdot.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/install/d-slashdot.sh b/tests/install/d-slashdot.sh index d6751891..044b8bf5 100755 --- a/tests/install/d-slashdot.sh +++ b/tests/install/d-slashdot.sh @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that ginstall -d works with arguments specified with a trailing "/.". -# Copyright (C) 2005-2013 Free Software Foundation, Inc. +# Copyright (C) 2005-2014 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -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 |