update-waf.sh: make mktemp happy by including anything Xes.
[samba.git] / buildtools / testwaf.sh
index 8b65af2c10ae3e266fc17d00b491d214398aa5c0..127e52589103e455423ccbc24c464d43540df9cd 100755 (executable)
@@ -11,7 +11,7 @@ PREFIX=$HOME/testprefix
 if [ $# -gt 0 ]; then
     tests="$*"
 else
-    tests="lib/replace lib/talloc lib/tevent lib/tdb source4/lib/ldb"
+    tests="lib/replace lib/talloc lib/tevent lib/tdb lib/ldb"
 fi
 
 echo "testing in dirs $tests"
@@ -27,7 +27,7 @@ for d in $tests; do
     make install
     make distcheck
     case $d in
-       "source4/lib/ldb")
+       "lib/ldb")
            ldd bin/ldbadd
            ;;
        "lib/replace")