summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDom Lachowicz <domlachowicz@gmail.com>2006-07-22 17:02:56 +0000
committerDom Lachowicz <domlachowicz@gmail.com>2006-07-22 17:02:56 +0000
commitf2edbe6e2fb2435486fc5cf7dc028dd08d86ccc9 (patch)
tree8a9d450b728f0e2a7a39e5208a3eb7667c941956
parentdb8efb7a8d81c188bbe948ab752df1271a90ff85 (diff)
downloadenchant-f2edbe6e2fb2435486fc5cf7dc028dd08d86ccc9.tar.gz
remove 'ispell' compatability script, since it is a generated file
git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@21138 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
-rwxr-xr-xtests/ispell25
-rw-r--r--tests/test.pwl1
2 files changed, 0 insertions, 26 deletions
diff --git a/tests/ispell b/tests/ispell
deleted file mode 100755
index 4f09337..0000000
--- a/tests/ispell
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/sh
-
-# Ispell compatibility script for Enchant
-
-exec_prefix=/usr/local
-bindir=${exec_prefix}/bin
-command=""
-
-for p
-do
- case $p in
- -a|-A|-l|-c|-e*|-v*|-D) command=$p ;;
- -* ) ;;
- * ) command=${command:="-"} ;;
- esac
-done
-
-case $command in
--A|-c|-e*|-d) echo "Enchant does not support the $command mode.";;
--a|-l|-v* ) exec ${bindir}/enchant "$@" ;;
-"-" ) exec ${bindir}/enchant "$@" ;;
-* ) echo "Ispell compatibility script for Enchant."
- echo "Usage: $0 [options] -a|-l|-v[v]|<file>"
- exit 1 ;;
-esac
diff --git a/tests/test.pwl b/tests/test.pwl
index 70b898c..c6089a7 100644
--- a/tests/test.pwl
+++ b/tests/test.pwl
@@ -1,3 +1,2 @@
hello
tag
-helllo