mirror of
https://github.com/samba-team/samba.git
synced 2025-11-01 16:23:49 +03:00
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 commit is contained in:
committed by
Gerald (Jerry) Carter
parent
d0ed99859f
commit
0269f31015
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user