Unit Tests

- Fixed a series of broken tests.
This commit is contained in:
Paul Beckingham
2009-06-23 01:54:16 -04:00
parent f7d40e8d8d
commit f7c91d6db7
9 changed files with 9 additions and 9 deletions

View File

@@ -35,7 +35,7 @@ if (open my $fh, '>', 'shadow.rc')
{
print $fh "data.location=.\n",
"shadow.file=./shadow.txt\n",
"shadow.command=stats\n",
"shadow.command=rc:shadow.rc stats\n",
"shadow.notify=on\n";
close $fh;
ok (-r 'shadow.rc', 'Created shadow.rc');