Handling Errors/Impossible output file [ System tests ]

FUNCTION

When given a impossible output filename ROBODoc should at least report the filename.

SOURCE

{
    add_source( "test.c", $source );
    my ($out, $err) = runrobo( qw(--src Src --doc Foo/Bar/document --singledoc --html) );
    like($err, qr/document/, 'should give an error message about document' );
}