summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-get-source-authenticated
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/test-apt-get-source-authenticated')
-rwxr-xr-xtest/integration/test-apt-get-source-authenticated4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/test-apt-get-source-authenticated b/test/integration/test-apt-get-source-authenticated
index da63f7cb3..720d2a454 100755
--- a/test/integration/test-apt-get-source-authenticated
+++ b/test/integration/test-apt-get-source-authenticated
@@ -17,8 +17,8 @@ buildsimplenativepackage 'foo' 'all' '2.0'
setupaptarchive --no-update
-APTARCHIVE=$(readlink -f ./aptarchive)
-rm -f $APTARCHIVE/dists/unstable/*Release*
+APTARCHIVE="$(readlink -f ./aptarchive)"
+find "$APTARCHIVE/dists/unstable" -name '*Release*' -delete
# update without authenticated InRelease file
testwarning aptget update --allow-insecure-repositories