From: Rishi k. K R. <ris...@li...> - 2010-04-16 03:19:19
|
The branch, next, has been updated via adf53e68cf2b513b67a19dc0ff8869b53f9f22a3 (commit) from 4eca2b5b7d3f4dfb1fd661eab2931d3564a4a85f (commit) - Log ----------------------------------------------------------------- commit adf53e68cf2b513b67a19dc0ff8869b53f9f22a3 Author: Rishikesh K Rajak <ris...@li...> Date: Fri Apr 16 08:44:17 2010 +0530 Script utimensat_tests.sh deletes the test it is executing instead of deleting temporary directory. Patch attached. Signed-off-by: Cyril Hrubis <ch...@su...> ----------------------------------------------------------------------- Summary of changes: .../kernel/syscalls/utimensat/utimensat_tests.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/testcases/kernel/syscalls/utimensat/utimensat_tests.sh b/testcases/kernel/syscalls/utimensat/utimensat_tests.sh index cc136f9..87514d8 100644 --- a/testcases/kernel/syscalls/utimensat/utimensat_tests.sh +++ b/testcases/kernel/syscalls/utimensat/utimensat_tests.sh @@ -437,7 +437,7 @@ echo "============================================================" echo -rm -rf $TEST_PROG +rm -rf "$TEST_DIR" uname -a date echo "Total tests: $test_num; passed: $passed_cnt; failed: $failed_cnt" hooks/post-receive -- ltp |