diff options
author | Michael Vogt <mvo@debian.org> | 2014-02-14 17:32:42 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-02-14 19:10:47 +0100 |
commit | 3f621056f7f672988c0efc6d38935c22b5ae041f (patch) | |
tree | 79698df803fccd68f76b85015c19338977e764be /test/integration | |
parent | c7a7271840cfc92d447f73d9a3b8ee146532b893 (diff) |
test/integration/test-bug-723705-tagfile-truncates-fields: fix autopkgtest failure
Diffstat (limited to 'test/integration')
-rwxr-xr-x | test/integration/test-bug-723705-tagfile-truncates-fields | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-bug-723705-tagfile-truncates-fields b/test/integration/test-bug-723705-tagfile-truncates-fields index 3180e7fc9..29f98550c 100755 --- a/test/integration/test-bug-723705-tagfile-truncates-fields +++ b/test/integration/test-bug-723705-tagfile-truncates-fields @@ -8,7 +8,7 @@ configarchitecture 'amd64' setupaptarchive -aptget install --print-uris -y cdebconf-newt-terminal cdebconf-gtk-terminal 2>&1 | sed 's#file:///tmp/tmp.[^/]\+#file:///tmp#g' > filename.log +aptget install --print-uris -y cdebconf-newt-terminal cdebconf-gtk-terminal 2>&1 | sed "s#file://${TMPWORKINGDIRECTORY}#file:///tmp#g" > filename.log testfileequal filename.log "Reading package lists... Building dependency tree... |