diff options
author | David Kalnischkies <david@kalnischkies.de> | 2015-09-14 02:26:13 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2015-09-14 15:22:19 +0200 |
commit | 63c7141275c8c5c0f6e60f5242785e50cabaf2a0 (patch) | |
tree | 966f2998236fca9799395f3f3d05cf82b1ac5a98 /test/integration/test-apt-get-update-unauth-warning | |
parent | fecfbf2e4cbb71d20364306baf6aa7886c5f3ecd (diff) |
tests: try to support spaces in TMPDIR
Not all tests work yet, most notable the cdrom tests, but those require
changes in libapt itself to have a proper fix and what we have fixed so
far is good enough progress for now.
Git-Dch: Ignore
Diffstat (limited to 'test/integration/test-apt-get-update-unauth-warning')
-rwxr-xr-x | test/integration/test-apt-get-update-unauth-warning | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/test-apt-get-update-unauth-warning b/test/integration/test-apt-get-update-unauth-warning index 35825ee24..b2d79eb2b 100755 --- a/test/integration/test-apt-get-update-unauth-warning +++ b/test/integration/test-apt-get-update-unauth-warning @@ -16,8 +16,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 files leads to warning testfailureequal "Get:1 file:$APTARCHIVE unstable InRelease |