Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/woip/sh/test
diff options
context:
space:
mode:
Diffstat (limited to 'woip/sh/test')
-rwxr-xr-xwoip/sh/test30
1 files changed, 0 insertions, 30 deletions
diff --git a/woip/sh/test b/woip/sh/test
deleted file mode 100755
index f3313ba..0000000
--- a/woip/sh/test
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/zsh
-
-file="../ga.wp.txt.bz2"
-bz="../c/bzipreader -f $file"
-pfile="../gawiki-latest-pages-articles.xml.bz2.processed"
-
-pushd ../c; make clean; make; popd
-
-function fail() {
- echo "FAIL:" $* >/dev/stdout
- exit -1
-}
-
-if ! (eval "$bz -x -n 1 2>/dev/null" | grep -q Daoine); then
- fail decompression
-fi
-
-if ! (eval "$bz -x -b 0" | grep -q Esperanto); then
- fail decompression with 0 offset
-fi
-
-last=`eval "$bz -l | tail -1 | awk '{print \\$2;}'"`
-if ! (eval "$bz -x -b $last" | grep -q Nikon); then
- fail decompression with $last offset
-fi
-
-mv $pfile ../ga.tmp
-rm ../gawiki-*
-mv ../ga.tmp $pfile
-../sh/process `echo "$pfile" | sed -E 's/\.proc.+//'`