From: Adriano Ferreira Date: Sat, 16 Jun 2007 15:03:41 +0000 (-0300) Subject: [DOC PATCH] MANIFEST: t/op/exec.t tests exec, system AND qx X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a8350450857b2f8d14ae4c9d69565c4cd6f56528;p=p5sagit%2Fp5-mst-13.2.git [DOC PATCH] MANIFEST: t/op/exec.t tests exec, system AND qx From: "Adriano Ferreira" Message-ID: <73ddeb6c0706161103oe4afe43i941223debc00543@mail.gmail.com> p4raw-id: //depot/perl@31397 --- diff --git a/MANIFEST b/MANIFEST index 194ec52..1484de5 100644 --- a/MANIFEST +++ b/MANIFEST @@ -3685,7 +3685,7 @@ t/op/dor.t See if defined-or (//) works t/op/do.t See if subroutines work t/op/each.t See if hash iterators work t/op/eval.t See if eval operator works -t/op/exec.t See if exec and system work +t/op/exec.t See if exec, system and qx work t/op/exists_sub.t See if exists(&sub) works t/op/exp.t See if math functions work t/op/fh.t See if filehandles work