From 5bb9a31a9ac22980f6dac6c0e17f9637042f80df Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sun, 19 Jul 2009 21:34:26 -0700 Subject: [PATCH] make work again and remove debug info --- tests/db/loaddump-db.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/db/loaddump-db.in b/tests/db/loaddump-db.in index 23be62e08..035202079 100644 --- a/tests/db/loaddump-db.in +++ b/tests/db/loaddump-db.in @@ -48,8 +48,8 @@ hprop="../../kdc/hprop" hpropd="../../kdc/hpropd" type="${1}" -typesep="${type+:}" -typeconf="${type+-}" +typesep="${type:+:}" +typeconf="${type:+-}" propdb="${hprop} --database=${type}${typesep}./current-db -n" @@ -82,8 +82,6 @@ rm -f current-db* ${kadmin} load ${srcdir}/text-dump-0.7 || exit 1 ${propdb} > db-dump.tmp|| exit 1 rm -f current-db* -echo "${propddb} < db-dump.tmp" -bash ${propddb} < db-dump.tmp || exit 1 ${kadmin} dump | sort | sed 's/[0-9]* -$//' > out-text-dump-0.7 || exit 1 sort < ${srcdir}/text-dump-0.7 | \