torture/basic: in run_derefopen() the file could have been deleted before the last...
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Mon, 10 Aug 2009 08:12:51 +0000 (10:12 +0200)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Tue, 11 Aug 2009 10:59:14 +0000 (12:59 +0200)
commit8fcf1b988ad5c2338a75631696c32a31116708f1
tree53af920d00a560658ab9160308a0338916e59046
parentc73984a5c9966f9c90549e753764ae071670e15f
torture/basic: in run_derefopen() the file could have been deleted before the last unlink

Through a suggestion pointed out in bug #6622 the test file sometimes doesn't exist on
the last turn anymore. So we haven't to fail here since it could have been deleted by
a concurrent process (e.g. when the same test runs multiple times). Therefore also
NT_STATUS_OBJECT_NAME_NOT_FOUND is an acceptable result.
source4/torture/basic/base.c