fix tests
authorMichael Wallner <mike@php.net>
Wed, 18 Apr 2018 11:52:36 +0000 (13:52 +0200)
committerMichael Wallner <mike@php.net>
Wed, 18 Apr 2018 11:52:36 +0000 (13:52 +0200)
psi.d/stdlib.psi
tests/ndbm/ndbm001.phpt
tests/pipe/pipe.psi

index 11fa602eb3bac79f6d79f93af800ba62ceb27d83..bf67899e2219ef64e273df56718a253843ebed1c 100644 (file)
@@ -1,3 +1,5 @@
+lib "crypt";
+
 #include <stdlib.h>
 
 function psi\abs(int $i) : int {
index ef6a9065ef498bcc77f1b3acd02d452ad9f15c1f..2d60f63ef93295cf130559211a5487746eab02ba 100644 (file)
@@ -5,7 +5,7 @@ psi.directory={PWD}:{PWD}/../../psi.d
 --SKIPIF--
 <?php
 extension_loaded("psi") or die("skip - need ext/psi");
-#function_exists("psi\\dbm_open") or die("skip - need nbdm support");
+function_exists("psi\\dbm_open") or die("skip - need nbdm support");
 ?>
 --FILE--
 ===TEST===
index 568fc262f9b8292153a70bb16809c1c892ce36cb..f0c0b1c43af268ffa908d82641eb364be11fd258 100644 (file)
@@ -1,3 +1,5 @@
+lib "crypt";
+
 #include <unistd.h>
 
 function \pipe(array &$fds = null) : int {