Home
last modified time | relevance | path

Searched refs:ERROR_REGEXP (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/autodie/t/
Ddbmopen.t5 use constant ERROR_REGEXP => qr{Can't dbmopen\(%hash, 'foo/bar/baz', 0666\):}; constant
26 like($@, ERROR_REGEXP, "Message should include number in octal, not decimal");
47 like($@, ERROR_REGEXP, "Correct formatting even with non-empty dbmopen hash");
Dchmod.t5 use constant ERROR_REGEXP => qr{Can't chmod\(0755, '${\(NO_SUCH_FILE)}'\):}; constant
14 like($@, ERROR_REGEXP, "Message should include numeric mode in octal form");
Dmkdir.t6 use constant ERROR_REGEXP => qr{Can't mkdir\('\Q${\(TMPDIR)}\E', 0777\):}; constant
51 like($@, ERROR_REGEXP, "Message should include numeric mask in octal form");