From: Kurt Zeilenga Date: Tue, 21 Oct 2003 03:18:15 +0000 (+0000) Subject: Fix -w option X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~528 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4439c88fbe90c13787afa38ce8982b83edba4bd5;p=openldap Fix -w option --- diff --git a/tests/run.in b/tests/run.in index 424da60fc0..9e5f1d5cd9 100644 --- a/tests/run.in +++ b/tests/run.in @@ -48,7 +48,7 @@ while test $# -gt 0 ; do shift; shift ;; -w | -wait) - CLEAN=1 + WAIT=1 shift ;; -)