summaryrefslogtreecommitdiff
path: root/lib/bigint.t
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bigint.t')
-rwxr-xr-xlib/bigint.t5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/bigint.t b/lib/bigint.t
index 034c5c6457..569db20667 100755
--- a/lib/bigint.t
+++ b/lib/bigint.t
@@ -1,6 +1,9 @@
#!./perl
-BEGIN { @INC = '../lib' }
+BEGIN {
+ chdir 't' if -d 't';
+ @INC = '../lib';
+}
require "bigint.pl";
$test = 0;