X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9700%2Ftest.pl;h=697daf3ffd33c27654ce00f780acc2c6db5f9985;hb=39a76bdd7de18b2bb2651dcb8136563df41e84f7;hp=504f95a47d733e10ca71d0a669cd51e1c6e3601c;hpb=f6276b788f26c3c148c2d5465a6b03fc09bb785c;p=git.git diff --git a/t/t9700/test.pl b/t/t9700/test.pl index 504f95a47..697daf3ff 100755 --- a/t/t9700/test.pl +++ b/t/t9700/test.pl @@ -13,10 +13,7 @@ use File::Basename; BEGIN { use_ok('Git') } # set up -our $repo_dir = "trash directory"; our $abs_repo_dir = Cwd->cwd; -die "this must be run by calling the t/t97* shell script(s)\n" - if basename(Cwd->cwd) ne $repo_dir; ok(our $r = Git->repository(Directory => "."), "open repository"); # config