From b9154ca314dff0152433be9c6ba1b70e599ed904 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 17 Mar 2001 22:30:24 +0000 Subject: Add the standard $VERBOSE-handling hook. This test currently fails for mips-dec-ultrix4.4. --- tests/install/basic-1 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/install') diff --git a/tests/install/basic-1 b/tests/install/basic-1 index a98629a73..4cc6a3506 100755 --- a/tests/install/basic-1 +++ b/tests/install/basic-1 @@ -1,5 +1,10 @@ #! /bin/sh +if test "$VERBOSE" = yes; then + set -x + ginstall --version +fi + dir=dir file=file -- cgit v1.2.3-54-g00ecf