From a817e89d04f0dee7285d1e26ba27439611ce97f9 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 25 Sep 2014 20:53:35 -0400 Subject: Test preamble: unify chdir 't' if -d 't'; --- t/op/groups.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/op/groups.t') diff --git a/t/op/groups.t b/t/op/groups.t index dc2631e7fa..008aae8450 100644 --- a/t/op/groups.t +++ b/t/op/groups.t @@ -10,7 +10,7 @@ BEGIN { $ENV{LC_ALL} = "C"; # so that external utilities speak English $ENV{LANGUAGE} = 'C'; # GNU locale extension - chdir 't'; + chdir 't' if -d 't'; @INC = '../lib'; require './test.pl'; skip_all_if_miniperl("no dynamic loading on miniperl, no POSIX"); -- cgit v1.2.1