summaryrefslogtreecommitdiffstats
path: root/tests/quit_pyload.sh
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-01-14 15:49:08 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-01-14 15:49:08 +0100
commit828cc89cc9b7a2ecacf98fc73928d988e15f0b98 (patch)
tree5cbf3274b7bfe365a89442f26fbfe230311d3785 /tests/quit_pyload.sh
parentcosmetic fixes (diff)
downloadpyload-828cc89cc9b7a2ecacf98fc73928d988e15f0b98.tar.xz
captcha and attachments for plugin tester
Diffstat (limited to 'tests/quit_pyload.sh')
-rwxr-xr-xtests/quit_pyload.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/quit_pyload.sh b/tests/quit_pyload.sh
index a8f81984a..e466bcb31 100755
--- a/tests/quit_pyload.sh
+++ b/tests/quit_pyload.sh
@@ -2,3 +2,6 @@
PYTHON=python
which python2 > /dev/null && PYTHON=python2
$PYTHON pyLoadCore.py --configdir=tests/config --quit
+if [ -d userplugins ]; then
+ rm -r userplugins
+fi \ No newline at end of file