From ead0c0d0e96079c33ea52809090320e9ae45aaf7 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 28 Jul 2010 15:50:45 -0700 Subject: [PATCH] Fix test setup and lib dirs. --- t/Asset/dispatch.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Asset/dispatch.t b/t/Asset/dispatch.t index 9e47b282c..d8ba67b90 100644 --- a/t/Asset/dispatch.t +++ b/t/Asset/dispatch.t @@ -15,7 +15,7 @@ use FindBin; use strict; -use lib "$FindBin::Bin/lib"; +use lib "$FindBin::Bin/../lib"; use Test::More; use WebGUI::Test; # Must use this before any other WebGUI modules use WebGUI::Session;