diff -r cd7f901d3902 -r 6629144cf111 action/testing_system --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/action/testing_system Tue Dec 01 12:37:20 2009 +0000 @@ -0,0 +1,5 @@ + +if [ \! -e /please-trash-this-system ] ; then + echo "These tests will only run in a special test environment, sorry" + exit -1 +fi