Signed-off-by: Peng Haitao <[email protected]>
---
 .../conformance/interfaces/aio_cancel/7-1.c        |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/7-1.c 
b/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/7-1.c
index c37f184..756b0af 100644
--- a/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/7-1.c
+++ b/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/7-1.c
@@ -112,8 +112,6 @@ int main()
                return PTS_FAIL;
        }
 
-       close(fd);
-
        do {
                in_progress = 0;
                for (i = 0; i < BUF_NB; i++)
@@ -161,5 +159,7 @@ int main()
                }
        } while (in_progress);
 
+       close(fd);
+
        return PTS_UNRESOLVED;
-}
\ No newline at end of file
+}
-- 
1.7.1

-- 
Best Regards,
Peng Haitao


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to