diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-10-13 12:18:50 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2015-10-13 12:18:50 +0000 |
commit | 9afee156e06b9064ee7eb8e35c8415f59d1b3e80 (patch) | |
tree | 1a16369958230c0dfa15a8a9cf29e27f9a79d0b6 | |
parent | 8633c36432b70d4c0d6ea641e1ec28bba9cf9e27 (diff) | |
download | pbuilder-9afee156e06b9064ee7eb8e35c8415f59d1b3e80.tar pbuilder-9afee156e06b9064ee7eb8e35c8415f59d1b3e80.tar.gz |
t/test_pbuilder-apt-config: remove temporary file at the end of the test
-rwxr-xr-x | t/test_pbuilder-apt-config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/test_pbuilder-apt-config b/t/test_pbuilder-apt-config index e00730e..e396aa5 100755 --- a/t/test_pbuilder-apt-config +++ b/t/test_pbuilder-apt-config @@ -180,4 +180,6 @@ expect_output "sid" debootstrap_suite --profile unstable expect_output "ubuntu-mirror" debootstrap_mirror --profile lucid --arch amd64 expect_output "ubuntu-ports-mirror" debootstrap_mirror --profile lucid --arch armel +rm -f "$mirror_map" + testlib_summary |