remove the test script from the root
diff --git a/test.sh b/test.sh
deleted file mode 100755
index 6015961..0000000
--- a/test.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-
-function check {
- ./bzip3 -e -b 900 corpus/$1 corpus/$1.bz3
- ./bzip3 -d corpus/$1.bz3 corpus/$1.orig
- wc -c corpus/$1.bz3
- rm -f corpus/$1.bz3 corpus/$1.orig
-}
-
-check book1 &
-check enwik8 &
-check lisp.mb &
-
-wait
