Skip to content

Commit

Permalink
fixup, both catched by nikic
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrael committed Aug 24, 2015
1 parent e93d795 commit 95a0b11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion ext/standard/tests/file/filetype_variation2.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
die('skip no /dev on Windows');
}
if (!file_exists("/dev/null")) {
die('skip /dev/console not available');
die('skip /dev/null not available');
}
?>
--FILE--
Expand Down
2 changes: 0 additions & 2 deletions travis/de

This file was deleted.

0 comments on commit 95a0b11

Please sign in to comment.