Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Test Fails While Compiling



The test for gdbm fails when trying to compile the latest development
tree. I have gdbm installed and its version is 1.13. Here is the error
message.

./V11db_gdbm.ztst: starting.
Test ./V11db_gdbm.ztst failed: bad status 1, expected 0 from:
 ztie -d db/gdbm -f $dbfile dbase
 dbase=( a b c d )
 zuntie dbase
 ztie -d db/gdbm -f $dbfile dbase
 result=( "${(kv)dbase[@]}" )
 print -rl -- "${(o)result[@]}"
 zuntie dbase
Error output:
(eval):ztie:1: error opening database file db.gdbm
(eval):zuntie:3: not a tied gdbm hash: dbase
(eval):ztie:4: error opening database file db.gdbm
(eval):zuntie:7: cannot untie dbase
Was testing: replace hash / database, scan
./V11db_gdbm.ztst: test failed.



Messages sorted by: Reverse Date, Date, Thread, Author