summaryrefslogtreecommitdiff
path: root/t/op/magic.t
Commit message (Expand)AuthorAgeFilesLines
* workaround an apparent bug with setproctitle() on DragonflyBSDTony Cook2022-07-011-1/+6
* Loosen regex in tests which validate process name.Todd Rinaldo2022-05-181-1/+2
* fixup! Make t/op/magic.t pass on AlmaLinux 8’s kernel.Felipe Gasper2022-05-131-0/+10
* Make t/op/magic.t pass on AlmaLinux 8’s kernel.Felipe Gasper2022-05-131-1/+5
* op/magic.t - make $SIG{ALRM} local test deal with inherited IGNORE'd signalYves Orton2022-04-191-1/+5
* t/op/magic.t - Issue #19504 - fixup tests for utf8 $0Yves Orton2022-03-071-8/+15
* Properly handle UTF8-flagged strings when assigning to $0.Felipe Gasper2022-03-051-1/+79
* Remove DOS/DJGPP supportDagfinn Ilmari Mannsåker2021-11-021-6/+3
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-081-5/+3
* Call magic on all elements on %SIG delocalizationLeon Timmermans2021-06-021-1/+6
* Set %ENV keys using the same byte-string logic as setting %ENV values.Felipe Gasper2021-04-161-1/+12
* Accommodate miniperl on FreeBSDJames E Keenan2021-02-161-1/+1
* t/op/magic.tJames E Keenan2021-02-161-42/+42
* Use a more suitable test methodTom Hukins2020-12-051-14/+16
* Avoid unnecessarily skipping a test to set $0Tom Hukins2020-12-051-6/+10
* Test setting $0 on Dragonfly BSDTom Hukins2020-12-051-4/+4
* Remove Symbian portDagfinn Ilmari Mannsåker2020-07-201-1/+1
* move the implementation of %-, %+ into coreTony Cook2019-12-041-6/+4
* Win32: set FOO lists values for all variables starting with FOOTony Cook2019-07-231-1/+1
* t/op/magic.t: Fix skip countKarl Williamson2019-04-131-1/+1
* Remove support for setting $[ to a non-zero valueDagfinn Ilmari Mannsåker2018-09-261-2/+2
* perldelta for 745e740c825dTony Cook2017-08-311-2/+0
* (perl #128263) handle PL_last_in_gv being &PL_sv_undefTony Cook2017-08-311-1/+11
* Use set_up_inc for several unit testsNicolas R2016-08-181-2/+4
* #126041 preserve systemroot env var during env wipe for Win32 in magic.tDaniel Dragan2016-08-041-0/+2
* Rework mod loading for %- and %!; fix mem leakFather Chrysostomos2016-08-041-0/+1
* Disable ${^ENCODING}Father Chrysostomos2016-07-131-5/+8
* Delay @ISA magic while unshiftingDagfinn Ilmari Mannsåker2015-10-181-1/+22
* t/op/magic.t: Generalize for non-ASCII platformsKarl Williamson2015-03-051-1/+1
* minitest op/magic.t: skip the env_is() tests on Win32 miniperlTony Cook2015-01-061-1/+3
* Protect ${^E_NCODING} from abuseFather Chrysostomos2014-11-221-1/+7
* magic.t: android: bypass two $0 tests and add oneAlexandre (Midnite) Jousset2014-08-201-2/+3
* Make like() and unlike() in t/test.pl refuse non-qr// argumentsÆvar Arnfjörð Bjarmason2014-06-211-2/+3
* t/op/magic.t: Skip tests that use env on AndroidBrian Fraser2014-01-261-2/+6
* t/op/magic.t: Work around android only having an inbuilt pwdBrian Fraser2014-01-261-0/+3
* t/op/magic.t: TODO tests that don't work on some cross-compile buildsJess Robinson2014-01-261-0/+1
* t/op/magic.t: Use three-arg open to avooid creating a subshellBrian Fraser2014-01-221-3/+3
* t/op/magic.t: Comment for an unlink testJess Robinson2014-01-181-1/+1
* Make PL_hintgv refcountedFather Chrysostomos2013-10-281-1/+6
* Don’t create %@ on startupFather Chrysostomos2013-10-281-1/+3
* Make PL_envgv refcountedFather Chrysostomos2013-10-281-1/+5
* Update the comments in t/op/magic.tNicholas Clark2013-08-291-1/+2
* ${^MPEN} had been treated as a synonym of ${^MATCH} due to a missing break;Nicholas Clark2013-08-291-1/+8
* Modifying ${^OPEN} changes the value of $^H:Father Chrysostomos2013-08-111-1/+13
* We don't actually need to set $ENV{PERL} for the tests to work.Nicholas Clark2013-07-011-1/+1
* Fix t\op\magic.t when building with ALL_STATIC=define on WindowsSteve Hay2013-06-181-5/+7
* use 'env' instead of 'echo' for %ENV tests in magic.tH.Merijn Brand2013-06-051-8/+9
* add a special case for VOS handling of argv[0] in magic.tPaul Green2013-06-031-1/+5
* Handle undef values in magic.t on VMS.Craig A. Berry2013-02-231-1/+6
* Silence irrelevant stderr output from op/magic.tSteve Hay2013-02-201-1/+1