Author: brad
Date: 2006-09-25 03:54:46 +0000 (Mon, 25 Sep 2006)
New Revision: 18884

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18884

Log:

client_test.exp getting changed to client_tests.exp was an intentional error 
that I inserted for testing earlier and forgot to take out before commiting.
The other error was a real bug. :)

Modified:
   branches/SAMBA_4_0/source/script/tests/test_win.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_win.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_win.sh  2006-09-25 03:29:59 UTC 
(rev 18883)
+++ branches/SAMBA_4_0/source/script/tests/test_win.sh  2006-09-25 03:54:46 UTC 
(rev 18884)
@@ -106,7 +106,7 @@
 cat $WINTEST_DIR/wintest_client.exp >> $TMPDIR/client_test.exp
 
 testit "$test_name" \
-       expect $TMPDIR/client_tests.exp || all_errs`expr $all_errs + 1`
+       expect $TMPDIR/client_test.exp || all_errs=`expr $all_errs + 1`
 
 if [ $old_errs -lt $all_errs ]; then
        # Restore snapshot to ensure VM is in a known state.

Reply via email to