summaryrefslogtreecommitdiffstats
path: root/src/plugins/kdb/db2/libdb2/test/run.test
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/kdb/db2/libdb2/test/run.test')
-rw-r--r--src/plugins/kdb/db2/libdb2/test/run.test8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/plugins/kdb/db2/libdb2/test/run.test b/src/plugins/kdb/db2/libdb2/test/run.test
index 7d9f0feb75..81db7f7f1c 100644
--- a/src/plugins/kdb/db2/libdb2/test/run.test
+++ b/src/plugins/kdb/db2/libdb2/test/run.test
@@ -15,14 +15,6 @@ main()
if [ \! -z "$WORDLIST" -a -f "$WORDLIST" ]; then
DICT=$WORDLIST
- elif [ -f /usr/local/lib/dict/words ]; then
- DICT=/usr/local/lib/dict/words
- elif [ -f /usr/share/dict/words ]; then
- DICT=/usr/share/dict/words
- elif [ -f /usr/dict/words ]; then
- DICT=/usr/dict/words
- elif [ -f /usr/share/lib/dict/words ]; then
- DICT=/usr/share/lib/dict/words
elif [ -f $srcdir/../test/dictionary ]; then
DICT=`cd $srcdir/../test && pwd`/dictionary
else