summaryrefslogtreecommitdiff
path: root/test/cleanup.sh
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2011-02-17 21:29:27 -0600
committerDavid Beazley <dave@dabeaz.com>2011-02-17 21:29:27 -0600
commitc971fabd07cb0988b30e3288229d2abc88af0da2 (patch)
treeb70296c4a115ce0999ed77ca16a6308758c96203 /test/cleanup.sh
parent856697428b44ef6c99f62192e8f9fbe5325da96a (diff)
downloadply-c971fabd07cb0988b30e3288229d2abc88af0da2.tar.gz
Fixed for Python3.2
Diffstat (limited to 'test/cleanup.sh')
-rwxr-xr-xtest/cleanup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cleanup.sh b/test/cleanup.sh
index 9db9368..9374f2c 100755
--- a/test/cleanup.sh
+++ b/test/cleanup.sh
@@ -1,4 +1,4 @@
#!/bin/sh
-rm -f *~ *.pyc *.pyo *.dif *.out
+rm -rf *~ *.pyc *.pyo *.dif *.out __pycache__