Преглед изворни кода

test/integration/test-bug-723705-tagfile-truncates-fields: fix autopkgtest failure

Michael Vogt пре 12 година
родитељ
комит
3f621056f7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      test/integration/test-bug-723705-tagfile-truncates-fields

+ 1 - 1
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...