fix typo in testcases/complete-run.pl

next
Michael Stapelberg 2011-01-28 01:18:30 +01:00
parent e2975d80e9
commit 773bc5ba6d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ use TAP::Harness;
use TAP::Parser::Aggregator;
use File::Basename qw(basename);
my $i3cmd = "export DISPLAY=:0; exec " . abs_path("../i3") . " -V -d all --disable-sighandler -c " . abs_path("../i3.config");
my $i3cmd = "export DISPLAY=:0; exec " . abs_path("../i3") . " -V -d all --disable-signalhandler -c " . abs_path("../i3.config");
# 1: get a list of all testcases
my $curdir = getcwd();