From 98ba43ecd2cc7a62dd91b16fd8007c7fd4dd6feb Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 7 May 2002 11:04:58 +0000 Subject: [PATCH] no test here --- util/Makefile.am | 5 +---- util/passtest.c | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/util/Makefile.am b/util/Makefile.am index f17b1d8..c70dfa0 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.3 2001-09-21 10:40:08 adam Exp $ +## $Id: Makefile.am,v 1.4 2002-05-07 11:04:58 adam Exp $ noinst_LIBRARIES = libutil.a @@ -9,11 +9,8 @@ EXTRA_DIST = zebrasrv.rh INCLUDES = -I$(srcdir)/../include @YAZINC@ LDADD = libutil.a @YAZLIB@ @LIBS@ -TESTS = passtest - libutil_a_SOURCES = res.c charmap.c zebramap.c passwddb.c zebra-lock.c dirent.c passtest_SOURCES = passtest.c - LIBS = diff --git a/util/passtest.c b/util/passtest.c index 6874be9..14191db 100644 --- a/util/passtest.c +++ b/util/passtest.c @@ -8,7 +8,6 @@ int main (int argc, char **argv) db = passwd_db_open(); passwd_db_file (db, "/etc/passwd"); - passwd_db_show (db); passwd_db_auth (db, "adam", "xtx9Y="); passwd_db_close (db); return 0; -- 1.7.10.4