sort lines
authorLove Hornquist Astrand <lha@h5l.org>
Mon, 7 Sep 2009 22:34:49 +0000 (15:34 -0700)
committerLove Hornquist Astrand <lha@h5l.org>
Mon, 7 Sep 2009 22:34:49 +0000 (15:34 -0700)
tests/bin/setup-env.in

index 24c8d3698ca9278ae0f43a06b55521a80d1b0435..5f81b477ad82a8c18d21ef6a4ad3ffcca3be9b01 100644 (file)
@@ -29,14 +29,12 @@ test_gic="${TESTS_ENVIRONMENT} ${top_builddir}/lib/krb5/test_gic"
 test_renew="${TESTS_ENVIRONMENT} ${top_builddir}/lib/krb5/test_renew"
 
 # misc apps
-wait_kdc="${top_srcdir}/tests/kdc/wait-kdc.sh"
-leaks_kill="${top_srcdir}/tests/kdc/leaks-kill.sh"
 have_db="${top_builddir}/tests/db/have-db"
+leaks_kill="${top_srcdir}/tests/kdc/leaks-kill.sh"
+wait_kdc="${top_srcdir}/tests/kdc/wait-kdc.sh"
 
 # data
 hx509_data="${top_srcdir}/lib/hx509/data"
 
-
-
 # malloc debug
 HEIM_MALLOC_DEBUG="MallocStackLoggingNoCompact=1 MallocErrorAbort=1 MallocLogFile=/tmp/heim-malloc-log"