diff options
Diffstat (limited to 'tests/cp/cp-HL')
-rwxr-xr-x | tests/cp/cp-HL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/cp-HL b/tests/cp/cp-HL index f2a2dc438..cca2350c4 100755 --- a/tests/cp/cp-HL +++ b/tests/cp/cp-HL @@ -17,7 +17,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. . "${srcdir=.}/init.sh"; path_prepend_ ../src -test "$VERBOSE" = yes && cp --version +print_ver_ cp mkdir src-dir dest-dir || framework_failure echo f > f || framework_failure |