Skip to content

Commit 3a0a6ea

Browse files
committed
re-add $
1 parent 7823699 commit 3a0a6ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t/31_isJSON_valid.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ $tests++;
5353

5454

5555
#3
56-
uri = "smtp-relay.gmail.com:587";
56+
$uri = "smtp-relay.gmail.com:587";
5757
printf "%s\n", " .. plain JSON and STARTTLS --> $uri ...";
5858
$out = `$prg --jsonfile $json_file $check2run -t smtp $uri`;
5959
$json = json($json_file);

0 commit comments

Comments
 (0)