Create subdirectory t/opbasic. Move 5 test files there.
authorJames E Keenan <jkeenan@cpan.org>
Sun, 2 Dec 2012 13:11:13 +0000 (08:11 -0500)
committerJames E Keenan <jkeenan@cpan.org>
Sat, 8 Dec 2012 01:05:00 +0000 (20:05 -0500)
commit8a5eedb005f7c37f37bea546d40741b5a9ccfad2
treee0622cd951f9cea9c1c8789b3f7d47452f2a079a
parent2f445b24d1fcccfa186e5ac8cd8f82a820c4369d
Create subdirectory t/opbasic.  Move 5 test files there.

t/opbasic will hold files formerly held in t/op but which, unlike the vast
majority of tests in the latter directory, are ineligible to use t/test.pl as
a source of test functions.  Affected files:

arith.t
cmp.t
concat.t
magic_phase.t
qq.t

This commit does nothing more than create the new subdirectory and move the
files into it.

For: RT #115838
t/opbasic/arith.t [moved from t/op/arith.t with 100% similarity]
t/opbasic/cmp.t [moved from t/op/cmp.t with 100% similarity]
t/opbasic/concat.t [moved from t/op/concat.t with 100% similarity]
t/opbasic/magic_phase.t [moved from t/op/magic_phase.t with 100% similarity]
t/opbasic/qq.t [moved from t/op/qq.t with 100% similarity]