fix typo in testcases/complete-run.pl
This commit is contained in:
parent
e2975d80e9
commit
773bc5ba6d
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue