summaryrefslogtreecommitdiff
path: root/tests/ls-2/quoting
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-08-15 20:33:18 +0000
committerJim Meyering <jim@meyering.net>1998-08-15 20:33:18 +0000
commita302182ac8b48f111bbbff291b147116494d5108 (patch)
tree7077f8a1cebbe720f557291038163c858831dad8 /tests/ls-2/quoting
parent6b0411ab473b56baf8c8638a780b73583bb8708a (diff)
downloadcoreutils-a302182ac8b48f111bbbff291b147116494d5108.tar.xz
*** empty log message ***
Diffstat (limited to 'tests/ls-2/quoting')
-rwxr-xr-xtests/ls-2/quoting4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ls-2/quoting b/tests/ls-2/quoting
index 501df563d..8bc3dad88 100755
--- a/tests/ls-2/quoting
+++ b/tests/ls-2/quoting
@@ -33,7 +33,7 @@ my $program_name;
# on stdout (or stderr).
# If the EXIT-keyed one is omitted, then expect the exit status to be zero.
-my $q_bell = {IN => {"q\a" => ''}}
+my $q_bell = {IN => {"q\a" => ''}};
my @Tests =
(
# test-name options input expected-output
@@ -51,7 +51,7 @@ my @Tests =
);
my $save_temps = 0;
-my $verbose = 0;
+my $verbose = $ENV{VERBOSE};
my $prog = $ENV{LS} || 'ls';
my $fail = run_tests ($program_name, $prog, \@Tests, $save_temps, $verbose);