diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest index 64a8e7f37..8d96e13bd 100755 --- a/test/runtest +++ b/test/runtest @@ -4072,7 +4072,7 @@ DIR: for (my $i = 0; $i < @test_dirs; $i++) if (!defined $1 && $? != 0 || defined $1 && $? == 0) { $wantthis = 0; unlink("$parm_cwd/test-config"); - $_ = "$1feature $2"; + $_ = $1 || "" . "feature $2"; last; } unlink("$parm_cwd/test-config"); |