From: Rafael Garcia-Suarez Date: Fri, 4 Jan 2008 15:47:48 +0000 (+0000) Subject: Move the SelfLoader test files in their own subdirectory X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e4594d660ccfacc30d873d9cfc645abb4f26b9df;p=p5sagit%2Fp5-mst-13.2.git Move the SelfLoader test files in their own subdirectory p4raw-id: //depot/perl@32829 --- diff --git a/MANIFEST b/MANIFEST index f15f492..b823f10 100644 --- a/MANIFEST +++ b/MANIFEST @@ -2574,9 +2574,9 @@ lib/Search/Dict.pm Perform binary search on dictionaries lib/Search/Dict.t See if Search::Dict works lib/SelectSaver.pm Enforce proper select scoping lib/SelectSaver.t See if SelectSaver works -lib/SelfLoader-buggy.t See if SelfLoader works +lib/SelfLoader/t/02SelfLoader-buggy.t See if SelfLoader works lib/SelfLoader.pm Load functions only on demand -lib/SelfLoader.t See if SelfLoader works +lib/SelfLoader/t/01SelfLoader.t See if SelfLoader works lib/Shell.pm Make AUTOLOADed system() calls lib/Shell.t Tests for above lib/shellwords.pl Perl library to split into words with shell quoting diff --git a/lib/SelfLoader.t b/lib/SelfLoader/t/01SelfLoader.t similarity index 100% rename from lib/SelfLoader.t rename to lib/SelfLoader/t/01SelfLoader.t diff --git a/lib/SelfLoader-buggy.t b/lib/SelfLoader/t/02SelfLoader-buggy.t similarity index 100% rename from lib/SelfLoader-buggy.t rename to lib/SelfLoader/t/02SelfLoader-buggy.t