diff options
author | pjd <pjd@FreeBSD.org> | 2007-04-06 11:16:11 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2007-04-06 11:16:11 +0000 |
commit | d3990a3c119a46ca4256c2b8e06b780bf83d37d7 (patch) | |
tree | 645a7756644e20ffad146e8ed1067cbd3b55d7c0 /sbin | |
parent | 2fea69fbb977f9e0c6d5788bef1e658962864869 (diff) | |
download | FreeBSD-src-d3990a3c119a46ca4256c2b8e06b780bf83d37d7.zip FreeBSD-src-d3990a3c119a46ca4256c2b8e06b780bf83d37d7.tar.gz |
Remove temporary files when there are no longer needed.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/gbde/test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/gbde/test.sh b/sbin/gbde/test.sh index 67d8b38..0aeb05c 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 |