Kouhei Sutou
null+****@clear*****
Sat Mar 23 21:35:24 JST 2013
Kouhei Sutou 2013-03-23 21:35:24 +0900 (Sat, 23 Mar 2013) New Revision: d25a4e3a667a1e3c9a028b79b288edba6179088b https://github.com/groonga/groonga-normalizer-mysql/commit/d25a4e3a667a1e3c9a028b79b288edba6179088b Message: Use /run/shm instead of /dev/shm as memory file system /run/shm is the standard. (maybe) Modified files: test/run-test.sh Modified: test/run-test.sh (+1 -1) =================================================================== --- test/run-test.sh 2013-03-23 21:33:34 +0900 (93cf7fa) +++ test/run-test.sh 2013-03-23 21:35:24 +0900 (7582733) @@ -136,7 +136,7 @@ if test "$have_targets" != "true"; then grntest_options=("${grntest_options[@]}" "${BASE_DIR}/suite") fi -tmpfs=/dev/shm +tmpfs=/run/shm if test -e $tmpfs; then rm -rf "tmp" ln -s $tmpfs "tmp" -------------- next part -------------- HTML����������������������������...Download