File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# -*- cperl -*-
2
- # Copyright (c) 2005, 2011 , Oracle and/or its affiliates. All rights reserved.
2
+ # Copyright (c) 2005, 2015 , Oracle and/or its affiliates. All rights reserved.
3
3
#
4
4
# This program is free software; you can redistribute it and/or modify
5
5
# it under the terms of the GNU General Public License as published by
@@ -336,7 +336,7 @@ sub collect_one_suite($)
336
336
# Build a hash of disabled testcases for this suite
337
337
# ----------------------------------------------------------------------
338
338
my %disabled ;
339
- my @disabled_collection = @{$opt_skip_test_list } if defined @{ $opt_skip_test_list } ;
339
+ my @disabled_collection = @{$opt_skip_test_list } if $opt_skip_test_list ;
340
340
unshift (@disabled_collection , " $testdir /disabled.def" );
341
341
for my $skip (@disabled_collection )
342
342
{
You can’t perform that action at this time.
0 commit comments