4 use Test
::More qw
/no_plan/;
13 my $testname = "RT#544 using context created with 8-bit chars";
15 like
( darcs
("record -la -m 'add\212 foo'"), qr/Finished record/,
16 'recorded patch adding foo');
17 my $context = darcs
('changes --context');
18 open(CON
, ">context");
22 like
( darcs
("record -a -m 'date foo'"), qr/Finished record/,
23 'recorded patch modifying foo');
24 like
( darcs
('send -a -o patch --context context .'), qr/Wrote patch to/, $testname );