Unit Tests

- Fixed hook tests that broke when 'hooks' was renamed to 'extensions'.
This commit is contained in:
Paul Beckingham 2011-04-22 00:48:29 -04:00
parent d7cbd46653
commit 75fd846399
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ use Test::More tests => 8;
if (open my $fh, '>', 'hook.rc')
{
print $fh "data.location=.\n",
"hooks=on\n",
"extensions=on\n",
"hook.on-exit=" . $ENV{'PWD'} . "/hook:test\n";
close $fh;
ok (-r 'hook.rc', 'Created hook.rc');