diff options
Diffstat (limited to 'tests/integration/testscript')
-rw-r--r-- | tests/integration/testscript | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/integration/testscript b/tests/integration/testscript index 1e78dfe..a8932ec 100644 --- a/tests/integration/testscript +++ b/tests/integration/testscript @@ -476,5 +476,7 @@ a = $0 &?dist-installed/*** &?redist-installed/*** \ &?../usr/*** &?upload/*** &?upload.tar \ &?../sys-install/*** \ - &task.manifest <| 2>| + &task.manifest <| 2>|; + + sudo rm -rf ../sys-install/ } |