summaryrefslogtreecommitdiff
path: root/t/run
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-05-02 15:12:47 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-05-02 15:12:47 +0000
commit54f45c29ffd76a941dd03fe5df68c5e990b2ee8d (patch)
tree292b0df82466677ac950337bdfa7233421870cc3 /t/run
parent5cfbcfcdc45b1cdd758241f7f02495ded7acc722 (diff)
downloadperl-54f45c29ffd76a941dd03fe5df68c5e990b2ee8d.tar.gz
Forgot to check in the -d: file.
p4raw-id: //depot/perl@19381
Diffstat (limited to 't/run')
-rw-r--r--t/run/switchd.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/run/switchd.t b/t/run/switchd.t
index 83d4976b71..91efbef211 100644
--- a/t/run/switchd.t
+++ b/t/run/switchd.t
@@ -32,7 +32,7 @@ __SWDTEST__
push @tmpfiles, $filename;
$| = 1; # Unbufferize.
$r = runperl(
- switches => [ '-Ilib', '-d:DevelTest' ],
+ switches => [ '-Ilib', '-d:switchd' ],
progfile => $filename,
);
like($r, qr/^main,swdtest.tmp,9;Foo,swdtest.tmp,5;Foo,swdtest.tmp,6;Foo,swdtest.tmp,6;Bar,swdtest.tmp,2;Foo,swdtest.tmp,6;Bar,swdtest.tmp,2;Foo,swdtest.tmp,6;Bar,swdtest.tmp,2;Foo,swdtest.tmp,6;$/i);