]> git.sur5r.net Git - openldap/commitdiff
Fix -w option
authorKurt Zeilenga <kurt@openldap.org>
Tue, 21 Oct 2003 03:18:15 +0000 (03:18 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 21 Oct 2003 03:18:15 +0000 (03:18 +0000)
tests/run.in

index 424da60fc09be2c484785e375cebd226aca30e16..9e5f1d5cd9383d32e92fbae2a2146e3641e1ab94 100644 (file)
@@ -48,7 +48,7 @@ while test $# -gt 0 ; do
                        shift; shift ;;
 
                -w | -wait)
-                       CLEAN=1
+                       WAIT=1
                        shift ;;
 
                -)