diff options
author | Larry Wall <lwall@netlabs.com> | 1992-06-08 04:52:29 +0000 |
---|---|---|
committer | Larry Wall <lwall@netlabs.com> | 1992-06-08 04:52:29 +0000 |
commit | 9f971974f4068f821b286dfeb06c5a63adf2bc09 (patch) | |
tree | 5f58103dd79720bccb1902586761fc5b145f58cd /t | |
parent | 68decaef0a08fcd5db3193f825cfdfc539b67ccb (diff) | |
download | perl-9f971974f4068f821b286dfeb06c5a63adf2bc09.tar.gz |
perl 4.0 patch 23: patch #20, continued
See patch #20.
Diffstat (limited to 't')
-rw-r--r-- | t/op/dbm.t | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/t/op/dbm.t b/t/op/dbm.t index c31a2489c1..647d3efb71 100644 --- a/t/op/dbm.t +++ b/t/op/dbm.t @@ -1,8 +1,9 @@ #!./perl -# $Header: dbm.t,v 4.0 91/03/20 01:51:52 lwall Locked $ +# $RCSfile: dbm.t,v $$Revision: 4.0.1.1 $$Date: 92/06/08 15:43:02 $ -if (!-r '/usr/include/dbm.h' && !-r '/usr/include/ndbm.h') { +if (!-r '/usr/include/dbm.h' && !-r '/usr/include/ndbm.h' + && !-r '/usr/include/rpcsvc/dbm.h') { print "1..0\n"; exit; } |