From: Richard D. <ric...@us...> - 2007-04-27 06:01:58
|
Update of /cvsroot/file-extattr/File-ExtAttr In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv26983 Modified Files: README Log Message: Remove taint mode from unit tests (RT #26542); document how to use ATTR_TEST_DIR Index: README =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/README,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** README 2 Oct 2006 22:20:05 -0000 1.8 --- README 27 Apr 2007 06:01:57 -0000 1.9 *************** *** 31,34 **** --- 31,43 ---- Installation requires a C compiler. + "make test" will fail if the filesystem you are building and running + the test suite does not support extended attributes. You can use + the "ATTR_TEST_DIR" environment variable to make the test suite + use a different file system, e.g.: + + mkdir -p /path/to/somewhere/with/extattr/test-dir + export ATTR_TEST_DIR=/path/to/somewhere/with/extattr/test-dir + make test + DEPENDENCIES |