3 # For issue184: recording files in directories that haven't explicity been added.
5 use lib
'lib/perl', '../tests/lib/perl';
6 use Test
::More
'no_plan';
18 darcs
"add new/dir/t.t";
19 my $out = darcs
'record -am "test" new/dir/t.t';
21 unlike
($out, qr/don't want to record/, "avoid message which indicates there is nothing to record");