This directory contains some simple test scripts that have proven
useful for stress-testing various filesystems. The scripts work by
repeatedly exercising file creation, deletion, renaming, and
linking, in the hope of provoking race conditions or other problems 
in the filesystem.

To run the scripts, issue the commands

. ln1 & . ln2 & . ln3 &
. try1 & . try2 & . try3 &

repeatedly. If all is well, you'll see an occasional complaint from
the user-level commands, but no kernel-level messages or oopses.

Bill Hawes
