X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=t%2F05-store.t;h=fb4238035e9477e50d91abc08bf37082b758d920;hb=c74d2b4d9c5d99a9bb126274a0ea2b747946fe32;hp=e458d42e6188024a4cd2f3a6debcfea6d775bb10;hpb=ef58a202bda8029da33330b7c9fd37991fc61952;p=perl-cwmp.git diff --git a/t/05-store.t b/t/05-store.t index e458d42..fb42380 100755 --- a/t/05-store.t +++ b/t/05-store.t @@ -17,7 +17,7 @@ BEGIN { ok(my $abs_path = abs_path($0), "abs_path"); $abs_path =~ s!/[^/]*$!/!; #!fix-vim -my $path = "$abs_path/var/state.db"; +my $path = "$abs_path/var/"; unlink $path if -e $path;