diff options
Diffstat (limited to 't/op/hash-rt85026.t')
-rw-r--r-- | t/op/hash-rt85026.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/hash-rt85026.t b/t/op/hash-rt85026.t index 91087b806f..8dbf004dce 100644 --- a/t/op/hash-rt85026.t +++ b/t/op/hash-rt85026.t @@ -1,7 +1,7 @@ #!/usr/bin/perl -w BEGIN { - chdir 't'; + chdir 't' if -d 't'; @INC = '../lib'; require './test.pl'; skip_all_without_dynamic_extension("Devel::Peek"); |