:: commit eb7c45388d239d25b0f91c3c150e827a382432ba

Kamila Szewczyk <kspalaiologos@gmail.com> — 2022-05-01 18:05

parents: dba78c44b0

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
tab: 248 wrap: offon