---
 sh-tests/binlog-diskfull-delete.sh |    2 +-
 sh-tests/binlog-diskfull.sh        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sh-tests/binlog-diskfull-delete.sh 
b/sh-tests/binlog-diskfull-delete.sh
index 598b14f..10e3607 100755
--- a/sh-tests/binlog-diskfull-delete.sh
+++ b/sh-tests/binlog-diskfull-delete.sh
@@ -35,7 +35,7 @@ killbeanstalkd() {
 
 cleanup() {
     killbeanstalkd
-    rm -rf "$logdir" "$out1" "$out2"
+    rm -rf "$logdir" "$out1" "$out2" ${tmpdir}/fiu-ctrl-[0-9]*.{in,out}
 }
 
 catch() {
diff --git a/sh-tests/binlog-diskfull.sh b/sh-tests/binlog-diskfull.sh
index 9157795..3bfef36 100755
--- a/sh-tests/binlog-diskfull.sh
+++ b/sh-tests/binlog-diskfull.sh
@@ -28,7 +28,7 @@ killbeanstalkd() {
 
 cleanup() {
     killbeanstalkd
-    rm -rf "$logdir" "$out1" "$out2"
+    rm -rf "$logdir" "$out1" "$out2" ${tmpdir}/fiu-ctrl-[0-9]*.{in,out}
 }
 
 catch() {
-- 
1.7.0

-- 
You received this message because you are subscribed to the Google Groups 
"beanstalk-talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/beanstalk-talk?hl=en.

Reply via email to