Skip to content

Commit

Permalink
test: use tmpfs
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 6, 2012
1 parent 0398dac commit a31f035
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/unit/run-test.sh
Expand Up @@ -87,6 +87,12 @@ case `uname` in
;;
esac

tmpfs=/dev/shm
if test -e $tmpfs; then
rm -rf "$BASE_DIR/tmp"
ln -s $tmpfs "$BASE_DIR/tmp"
fi

no_test=1

cutter_result=0
Expand Down

0 comments on commit a31f035

Please sign in to comment.