[devscripts] 01/01: Clean up after the makeBrokenTarBall function

Paul Wise pabs at moszumanska.debian.org
Wed Jul 23 15:23:48 UTC 2014


This is an automated email from the git hooks/post-receive script.

pabs pushed a commit to branch master
in repository devscripts.

commit 7fdee6e3dcf387a584e43764550e86d03013fe45
Author: Paul Wise <pabs at debian.org>
Date:   Tue Jul 22 17:21:08 2014 +0800

    Clean up after the makeBrokenTarBall function
---
 test/test_mk-origtargz | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/test_mk-origtargz b/test/test_mk-origtargz
index e6cb61f..3baaa77 100755
--- a/test/test_mk-origtargz
+++ b/test/test_mk-origtargz
@@ -80,6 +80,7 @@ makeTarBall () {
 makeBrokenTarBall () {
 	echo foo > foo.txt
 	tar cf - foo.txt | tr 6 7 | gzip > "$TMPDIR/foo-0.1.tar.gz"
+	rm -f foo.txt
 }
 
 makeZipFile () {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git



More information about the devscripts-devel mailing list