diff options
author | Charles Bailey <bailey@newman.upenn.edu> | 2000-03-02 04:04:52 +0000 |
---|---|---|
committer | bailey <bailey@newman.upenn.edu> | 2000-03-02 04:04:52 +0000 |
commit | 3b558104ccfbe5d3cbad84ed8c394cf1d7aed045 (patch) | |
tree | 8f7b4d8377e309f96f2e9be1b856bbc3b7b769d7 /vms/test.com | |
parent | 8e8b254b29687c0b0e15d55690a01ac09a7f0f0c (diff) | |
download | perl-3b558104ccfbe5d3cbad84ed8c394cf1d7aed045.tar.gz |
MIscellaneous tweaks to test and driver (Charles Lane)
p4raw-id: //depot/vmsperl@5426
Diffstat (limited to 'vms/test.com')
-rw-r--r-- | vms/test.com | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vms/test.com b/vms/test.com index 039d844ea9..b1d270ddcd 100644 --- a/vms/test.com +++ b/vms/test.com @@ -45,7 +45,7 @@ $ Delete/Log/NoConfirm Perl.;* $ Copy/Log/NoConfirm [-]'ndbg'Perl'exe' []Perl. $ $! Make the environment look a little friendlier to tests which assume Unix -$ cat = "Type" +$ cat == "Type" $ Macro/NoDebug/NoList/Object=Echo.Obj Sys$Input .title echo .psect data,wrt,noexe @@ -88,7 +88,7 @@ $ Macro/NoDebug/NoList/Object=Echo.Obj Sys$Input .end echo $ Link/NoMap/NoTrace/Exe=Echo.Exe Echo.Obj; $ Delete/Log/NoConfirm Echo.Obj;* -$ echo = "$" + F$Parse("Echo.Exe") +$ echo == "$" + F$Parse("Echo.Exe") $ $! And do it $ Show Process/Accounting @@ -112,7 +112,7 @@ use Config; @libexcl=('db-btree.t','db-hash.t','db-recno.t', 'gdbm.t','io_dup.t', 'io_pipe.t', 'io_poll.t', 'io_sel.t', 'io_sock.t', 'io_unix.t', - 'ndbm.t','odbm.t','open2.t','open3.t', 'ph.t', 'posix.t'); + 'ndbm.t','odbm.t','open2.t','open3.t', 'ph.t', 'posix.t', 'dprof.t'); # Note: POSIX is not part of basic build, but can be built # separately if you're using DECC |