fix all the FindBin paths
This commit is contained in:
parent
303d0b2d0f
commit
4a68ac8c4a
3 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
use FindBin;
|
use FindBin;
|
||||||
use strict;
|
use strict;
|
||||||
use lib "$FindBin::Bin/../../../../lib";
|
use lib "$FindBin::Bin/../../../lib";
|
||||||
|
|
||||||
## The goal of this test is to test the rss view of GalleryAlbums
|
## The goal of this test is to test the rss view of GalleryAlbums
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
use FindBin;
|
use FindBin;
|
||||||
use strict;
|
use strict;
|
||||||
use lib "$FindBin::Bin/../../../../lib";
|
use lib "$FindBin::Bin/../../../lib";
|
||||||
|
|
||||||
## The goal of this test is to test the slideshow view of GalleryAlbums
|
## The goal of this test is to test the slideshow view of GalleryAlbums
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
use FindBin;
|
use FindBin;
|
||||||
use strict;
|
use strict;
|
||||||
use lib "$FindBin::Bin/../../../../lib";
|
use lib "$FindBin::Bin/../../../lib";
|
||||||
|
|
||||||
## The goal of this test is to test the thumbnails view of GalleryAlbums
|
## The goal of this test is to test the thumbnails view of GalleryAlbums
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue