Hi all,

I am new to here, and I am reading the codebase today. Here is something I 
found made me confused.

After built all test cases, I run this commands following:

[vagrant@localhost:~/strace-code/tests ]$ touch rename_old
[vagrant@localhost:~/strace-code/tests ]$ ../strace -erename -a35 ./rename
rename("rename_old", "rename_new") = 0
rename("rename_old", "rename_new") = 0 ENOENT (Success)
+++ exited with 0 +++
+++ exited with 0 +++

The expected output and the real output is not the same, but it still pass the 
test.

Thanks.

Sincerely, 
Wei Yulan
Nanjing University of Aeronautics and Astronautics
College of Computer Science and Technology
Undergraduate


------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140
_______________________________________________
Strace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to