Commit a0d0544d authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

mgt: Spelling

parent 3f000273
...@@ -729,7 +729,7 @@ main(int argc, char * const *argv) ...@@ -729,7 +729,7 @@ main(int argc, char * const *argv)
VJ_master(JAIL_MASTER_FILE); VJ_master(JAIL_MASTER_FILE);
I_fd = open(optarg, O_RDONLY); I_fd = open(optarg, O_RDONLY);
if (I_fd < 0) if (I_fd < 0)
ARGV_ERR("\tCant open %s: %s\n", ARGV_ERR("\tCan't open %s: %s\n",
optarg, VAS_errtxt(errno)); optarg, VAS_errtxt(errno));
VJ_master(JAIL_MASTER_LOW); VJ_master(JAIL_MASTER_LOW);
break; break;
......
...@@ -81,7 +81,7 @@ shell -err -expect {Error: -I file CLI command failed (104)} { ...@@ -81,7 +81,7 @@ shell -err -expect {Error: -I file CLI command failed (104)} {
varnishd -f '' -I foo -n ${tmpdir}/v0 -a :0 -l 2m varnishd -f '' -I foo -n ${tmpdir}/v0 -a :0 -l 2m
} }
shell -err -expect {Cant open} { shell -err -expect "Can't open non-existent" {
varnishd -f '' -I non-existent -n ${tmpdir}/v0 -a :0 -l '2m,"' varnishd -f '' -I non-existent -n ${tmpdir}/v0 -a :0 -l '2m,"'
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment