summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/attr3
-rw-r--r--tests/bash3
-rw-r--r--tests/bbsuid3
-rw-r--r--tests/bc3
-rw-r--r--tests/beep3
-rw-r--r--tests/cdparanoia3
-rw-r--r--tests/dialog3
-rw-r--r--tests/dmidecode3
-rw-r--r--tests/dpkg3
-rw-r--r--tests/dtach3
-rw-r--r--tests/fetchmail4
-rw-r--r--tests/gzip4
-rw-r--r--tests/haserl9
-rw-r--r--tests/hypermail3
-rw-r--r--tests/iperf3
-rw-r--r--tests/ipsec-tools16
-rw-r--r--tests/iputils4
-rw-r--r--tests/lighttpd9
-rw-r--r--tests/lua-discount3
-rw-r--r--tests/mini_httpd11
-rw-r--r--tests/mlmmj3
-rw-r--r--tests/newt3
-rw-r--r--tests/obexftp3
-rw-r--r--tests/quagga16
-rw-r--r--tests/reiserfsprogs5
-rw-r--r--tests/sqlite3
-rw-r--r--tests/squid14
-rw-r--r--tests/syslinux6
-rw-r--r--tests/transmission13
-rw-r--r--tests/ucarp3
30 files changed, 0 insertions, 165 deletions
diff --git a/tests/attr b/tests/attr
deleted file mode 100644
index aa4ce2d..0000000
--- a/tests/attr
+++ /dev/null
@@ -1,3 +0,0 @@
- apk_add $@
- getfattr .
- apk_del $@
diff --git a/tests/bash b/tests/bash
deleted file mode 100644
index 7837a78..0000000
--- a/tests/bash
+++ /dev/null
@@ -1,3 +0,0 @@
- apk_add $@
- /bin/bash -c "echo hello world"
- apk_del $@
diff --git a/tests/bbsuid b/tests/bbsuid
deleted file mode 100644
index 518ce86..0000000
--- a/tests/bbsuid
+++ /dev/null
@@ -1,3 +0,0 @@
- apk_add $@
- su - root -c "whoami"
- apk_del $@
diff --git a/tests/bc b/tests/bc
deleted file mode 100644
index f669c02..0000000
--- a/tests/bc
+++ /dev/null
@@ -1,3 +0,0 @@
- apk_add $@
- echo "23*9" | bc
- apk_del $@
diff --git a/tests/beep b/tests/beep
deleted file mode 100644
index 310c9f6..0000000
--- a/tests/beep
+++ /dev/null
@@ -1,3 +0,0 @@
- apk_add $@
- beep
- apk_del $@
diff --git a/tests/cdparanoia b/tests/cdparanoia
deleted file mode 100644
index d8544db..0000000
--- a/tests/cdparanoia
+++ /dev/null
@@ -1,3 +0,0 @@
- apk_add $@
- $@ -V
- apk_del $@
diff --git a/tests/dialog b/tests/dialog
deleted file mode 100644
index 77505eb..0000000
--- a/tests/dialog
+++ /dev/null
@@ -1,3 +0,0 @@
- apk_add $@
- dialog --version
- apk_del $@
diff --git a/tests/dmidecode b/tests/dmidecode
deleted file mode 100644
index b3bf157..0000000
--- a/tests/dmidecode
+++ /dev/null
@@ -1,3 +0,0 @@
- apk_add $@
- dmidecode
- apk_del $@
diff --git a/tests/dpkg b/tests/dpkg
deleted file mode 100644
index 73086b9..0000000
--- a/tests/dpkg
+++ /dev/null
@@ -1,3 +0,0 @@
- apk_add $@
- dpkg --version
- apk_del $@
diff --git a/tests/dtach b/tests/dtach
deleted file mode 100644
index 1e7b6ec..0000000
--- a/tests/dtach
+++ /dev/null
@@ -1,3 +0,0 @@
- apk_add $@
- dtach -n sock cal
- apk_del $@
diff --git a/tests/fetchmail b/tests/fetchmail
deleted file mode 100644
index cfbe5e0..0000000
--- a/tests/fetchmail
+++ /dev/null
@@ -1,4 +0,0 @@
- apk_add $@
- fetchmail --version
- ! which fetchmailconf
- apk_del $@
diff --git a/tests/gzip b/tests/gzip
deleted file mode 100644
index 41eb1c4..0000000
--- a/tests/gzip
+++ /dev/null
@@ -1,4 +0,0 @@
- apk_add $@
- gzip --version | gzip -c | gunzip -c | grep GNU
- apk_del $@
- [ `readlink /bin/gzip` = /bin/busybox ]
diff --git a/tests/haserl b/tests/haserl
deleted file mode 100644
index 91da389..0000000
--- a/tests/haserl
+++ /dev/null
@@ -1,9 +0,0 @@
- SCRIPT=tmp.haserl
- apk_add $@
- echo '#!/usr/bin/haserl --shell=lua' >$SCRIPT
- echo '' >>$SCRIPT
- echo '<% print"hello world" %>' >>$SCRIPT
- chmod +x $SCRIPT
- ./$SCRIPT | grep 'hello world'
- rm -f $SCRIPT
- apk_del $@
diff --git a/tests/hypermail b/tests/hypermail
deleted file mode 100644
index f48ce06..0000000
--- a/tests/hypermail
+++ /dev/null
@@ -1,3 +0,0 @@
- apk_add $@
- echo -e "Message-id: 123\nSubject: test\n\nhello" | hypermail
- apk_del $@
diff --git a/tests/iperf b/tests/iperf
deleted file mode 100644
index e1c9d3e..0000000
--- a/tests/iperf
+++ /dev/null
@@ -1,3 +0,0 @@
- apk_add $@
- iperf
- apk_del $@
diff --git a/tests/ipsec-tools b/tests/ipsec-tools
deleted file mode 100644
index 1168c9c..0000000
--- a/tests/ipsec-tools
+++ /dev/null
@@ -1,16 +0,0 @@
- apk_add $@
- mkdir -p /etc/racoon
- touch /etc/ipsec.conf
- touch /etc/racoon/racoon.conf
- touch /etc/racoon/psk.txt
- chmod 400 /etc/racoon/psk.txt
- /etc/init.d/racoon start
- sleep 1
- pidof racoon
- /etc/init.d/racoon stop
- killall racoon
- while pidof racoon; do\
- echo -n "." >/dev/tty;\
- sleep 1;\
- done
- apk_del $@
diff --git a/tests/iputils b/tests/iputils
deleted file mode 100644
index c0a1d9c..0000000
--- a/tests/iputils
+++ /dev/null
@@ -1,4 +0,0 @@
- apk_add $@
- tracepath localhost
- apk_del $@
- [ `readlink /bin/ping` = /bin/busybox ]
diff --git a/tests/lighttpd b/tests/lighttpd
deleted file mode 100644
index 5671790..0000000
--- a/tests/lighttpd
+++ /dev/null
@@ -1,9 +0,0 @@
- apk_add $@
- /etc/init.d/$@ start
- pidof $@
- /etc/init.d/$@ stop
- while pidof $@; do\
- echo -n "." >/dev/tty;\
- sleep 1;\
- done
- apk_del $@
diff --git a/tests/lua-discount b/tests/lua-discount
deleted file mode 100644
index 766b377..0000000
--- a/tests/lua-discount
+++ /dev/null
@@ -1,3 +0,0 @@
- apk_add $@
- lua -e 'd = require("discount"); d("foo*bar*")'
- apk_del $@
diff --git a/tests/mini_httpd b/tests/mini_httpd
deleted file mode 100644
index 61566cd..0000000
--- a/tests/mini_httpd
+++ /dev/null
@@ -1,11 +0,0 @@
- apk_add $@
- echo "MINI_HTTPD_DOCROOT=`pwd`" >> /etc/conf.d/mini_httpd
- /etc/init.d/$@ start
- sleep 1
- pidof $@2
- /etc/init.d/$@ stop
- while pidof $@; do\
- echo -n "." >/dev/tty;\
- sleep 1;\
- done
- apk_del $@
diff --git a/tests/mlmmj b/tests/mlmmj
deleted file mode 100644
index 2eaae4b..0000000
--- a/tests/mlmmj
+++ /dev/null
@@ -1,3 +0,0 @@
- apk_add $@
- mlmmj-list -V
- apk_del $@
diff --git a/tests/newt b/tests/newt
deleted file mode 100644
index dbf0b0e..0000000
--- a/tests/newt
+++ /dev/null
@@ -1,3 +0,0 @@
- apk_add $@
- whiptail --help
- apk_del $@
diff --git a/tests/obexftp b/tests/obexftp
deleted file mode 100644
index f9095d5..0000000
--- a/tests/obexftp
+++ /dev/null
@@ -1,3 +0,0 @@
- apk_add $@
- obexftp --version
- apk_del $@
diff --git a/tests/quagga b/tests/quagga
deleted file mode 100644
index 1d65094..0000000
--- a/tests/quagga
+++ /dev/null
@@ -1,16 +0,0 @@
-INITD=zebra
-PROC=$INITD
- apk_add $@
- if ! [ test -e /etc/quagga ];
- then mkdir -p /etc/quagga;
- fi
- touch /etc/quagga/zebra.conf
- /etc/init.d/$INITD start
- sleep 1
- pidof $PROC
- /etc/init.d/$INITD stop
- while pidof $PROC; do\
- echo -n "." >/dev/tty;\
- sleep 1;\
- done
- apk_del $@
diff --git a/tests/reiserfsprogs b/tests/reiserfsprogs
deleted file mode 100644
index f20d008..0000000
--- a/tests/reiserfsprogs
+++ /dev/null
@@ -1,5 +0,0 @@
- apk_add $@
- dd if=/dev/zero count=67000 of=tmp.img
- mkreiserfs -q tmp.img
- apk_del $@
- rm -f tmp.img
diff --git a/tests/sqlite b/tests/sqlite
deleted file mode 100644
index f2212ff..0000000
--- a/tests/sqlite
+++ /dev/null
@@ -1,3 +0,0 @@
- apk_add $@
- echo .help | sqlite3
- apk_del $@
diff --git a/tests/squid b/tests/squid
deleted file mode 100644
index c34a9b6..0000000
--- a/tests/squid
+++ /dev/null
@@ -1,14 +0,0 @@
- apk_add $@
- if ! [ test -e /etc/squid ];
- then mkdir -p /etc/squid;
- fi
- echo "visible_hostname test.domain" >> /etc/squid/squid.conf
- /etc/init.d/$@ start
- pidof squid
- /etc/init.d/$@ stop
- i=10; while pidof $@; do \
- [ $i -eq 0 ] && exit 1; \
- i=$((i - 1)); \
- sleep 1; \
- done
- apk_del $@
diff --git a/tests/syslinux b/tests/syslinux
deleted file mode 100644
index 268eece..0000000
--- a/tests/syslinux
+++ /dev/null
@@ -1,6 +0,0 @@
- apk_add $@ dosfstools
- dd if=/dev/zero bs=1024 count=1440 of=tmp.img
- mkfs.vfat tmp.img
- syslinux tmp.img
- apk_del $@ dosfstools
- rm -f tmp.img
diff --git a/tests/transmission b/tests/transmission
deleted file mode 100644
index 1fcd816..0000000
--- a/tests/transmission
+++ /dev/null
@@ -1,13 +0,0 @@
-INITD=transmission-daemon
-PROC=$INITD
- apk_add $@ transmission-daemon
- /etc/init.d/$INITD start
- sleep 1
- pidof $PROC
- killall transmission-daemon
- /etc/init.d/$INITD zap
- while pidof $PROC; do\
- echo -n "." >/dev/tty;\
- sleep 1;\
- done
- apk_del $@ transmission-daemon
diff --git a/tests/ucarp b/tests/ucarp
deleted file mode 100644
index 932b7d5..0000000
--- a/tests/ucarp
+++ /dev/null
@@ -1,3 +0,0 @@
- apk_add $@
- ucarp --help
- apk_del $@