Hi! > > This looks more like TBROK as well. And even better the test should use > > tst_tmpdir() and tst_rmdir() to create temporary directories. > sorry, I don't know how to replace the $TMP/tacl by tst_rmdir() function > in this test. > any detail instruction here?
The tst_tmpdir() creates an unique test temporary directory and changes the working directory to it. The testcases usually call tst_tmpdir() in the setup and then proceed with creating temporary files with local paths so that they end up creating files in the working directory. The temporary directory is then deleted recursively with tst_rmdir() in test cleanup. -- Cyril Hrubis chru...@suse.cz ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list