summaryrefslogtreecommitdiff
path: root/t/t9700/test.pl
diff options
context:
space:
mode:
Diffstat (limited to 't/t9700/test.pl')
-rwxr-xr-xt/t9700/test.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/t/t9700/test.pl b/t/t9700/test.pl
index 504f95a..697daf3 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