1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-13 08:23:49 +03:00

r26361: Ensure this test cannot proceed if the pipe connection failed.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett
2007-12-10 05:45:41 +01:00
committed by Stefan Metzmacher
parent 3616ced29e
commit 0e04e85ec2

View File

@@ -216,6 +216,8 @@ bool torture_delshare(struct torture_context *torture)
&p,
&ndr_table_srvsvc);
torture_assert_ntstatus_ok(torture, status, "Failed to get rpc connection");
if (!test_addshare(p, torture, host, TEST_SHARENAME)) {
return false;
}