X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9700%2Ftest.pl;h=697daf3ffd33c27654ce00f780acc2c6db5f9985;hb=f20408dadb75914460b9251b56fe4bffb5f44f48;hp=504f95a47d733e10ca71d0a669cd51e1c6e3601c;hpb=faf1dc7223be9ffddf775916913bb8e22762cdfb;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