[test suite] minor addition of spaces for --last tests

This commit is contained in:
Michael Rash 2014-09-30 22:19:17 -04:00
parent 0d6917fa4e
commit bf3319e0ba

View File

@ -5447,7 +5447,8 @@ sub run_last_args() {
unlink $tmp_args_file if -e $tmp_args_file;
&write_test_file("fwknop -A tcp/22 -s -D 127.0.0.1 --verbose " .
### add a few extra spaces to ensure this is handled properly
&write_test_file("fwknop -A tcp/22 -s -D 127.0.0.1 --verbose " .
"--get-key $local_key_file\n", $tmp_args_file);
return &generic_exec($test_hr);