Skip to content

Commit

Permalink
"now" is easily mistaken for "not" in test diag
Browse files Browse the repository at this point in the history
  • Loading branch information
preaction committed Jan 8, 2015
1 parent 1070d93 commit 158e8fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/app/blog.t
Expand Up @@ -857,8 +857,8 @@ ENDCONTENT

if ( -e '/dev/tty' ) {
diag -t *STDIN
? "After test: STDIN is now interactive"
: "After Test: STDIN is still not interactive";
? "After test: STDIN is interactive"
: "After Test: STDIN is not interactive";
}
};

Expand Down

0 comments on commit 158e8fe

Please sign in to comment.