diff options
author | Brad Henry <brad@samba.org> | 2006-09-25 03:54:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:20:18 -0500 |
commit | 11c3bfd474810bf186cab57a99c5c6730c0a554d (patch) | |
tree | 2e87f6d76a015cfc2ef4fabbfeee05d430152a18 | |
parent | 7140b6853244ed12435e31513ddf238ab168fedc (diff) | |
download | samba-11c3bfd474810bf186cab57a99c5c6730c0a554d.tar.gz samba-11c3bfd474810bf186cab57a99c5c6730c0a554d.tar.bz2 samba-11c3bfd474810bf186cab57a99c5c6730c0a554d.zip |
r18884: 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. :)
(This used to be commit 0269f3101555daaa4b2c4080ab24c1ca75cdc2f6)
-rwxr-xr-x | source4/script/tests/test_win.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_win.sh b/source4/script/tests/test_win.sh index 03a9515b6b..01e6642802 100755 --- a/source4/script/tests/test_win.sh +++ b/source4/script/tests/test_win.sh @@ -106,7 +106,7 @@ cat $WINTEST_DIR/common.exp > $TMPDIR/client_test.exp 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. |