4 ./add_dir.sh test/test_dir
5 cp test/test_files/test.md test/test_dir/
6 cp test/test_files/foo.rst test/test_dir/
7 cp test/test_files/bar\ baz.md test/test_dir/
11 echo "== index.html diff test =="
12 diff test/test_files/index.html test/test_dir/index.html
13 if [ "$?" = "0" ]; then
14 echo "== test SUCCESS =="
16 echo "== test FAILURE =="