aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2007-04-06 11:16:11 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2007-04-06 11:16:11 +0000
commit04fa63f05e8111cb6398b4574e6518f9abbe2df1 (patch)
tree645a7756644e20ffad146e8ed1067cbd3b55d7c0 /sbin
parent53279ddd2fdfd974327bef227fdfd933362922a3 (diff)
downloadsrc-04fa63f05e8111cb6398b4574e6518f9abbe2df1.tar.gz
src-04fa63f05e8111cb6398b4574e6518f9abbe2df1.zip
Remove temporary files when there are no longer needed.
Notes
Notes: svn path=/head/; revision=168420
Diffstat (limited to 'sbin')
-rw-r--r--sbin/gbde/test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/gbde/test.sh b/sbin/gbde/test.sh
index 67d8b3809c37..0aeb05c907c8 100644
--- a/sbin/gbde/test.sh
+++ b/sbin/gbde/test.sh
@@ -30,6 +30,8 @@ if ./gbde nuke $D -p foo2 -l /tmp/_l2 -n -1 ; then false ; fi
if ./gbde nuke $D -p foo3 -l /tmp/_l3 -n -1 ; then false ; fi
if ./gbde nuke $D -p foo4 -l /tmp/_l4 -n -1 ; then false ; fi
+rm -f /tmp/_l1 /tmp/_l2 /tmp/_l3 /tmp/_l4
+
./gbde init $D -P foo
./gbde setkey $D -p foo -P bar
./gbde setkey $D -p bar -P foo