summaryrefslogtreecommitdiff
path: root/tests/lib
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-14 16:58:04 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-14 16:58:06 +0100
commit3471e600b5d2b3910a46c37dbd0969bbf304a559 (patch)
tree72109d9cfb96a018ee32671413be77f01cd0dace /tests/lib
parentc7b1835adf29b4dbacdb9e78c4b201a1b895a183 (diff)
test suite: Drop a couple of useless test log output lines.
We don't need these (((((((((( )))))))))) now that it's just one line inside them. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/lib b/tests/lib
index 40f1f09..99345ce 100644
--- a/tests/lib
+++ b/tests/lib
@@ -419,10 +419,8 @@ t-save-artifacts () {
artifacts="$AUTOPKGTEST_ARTIFACTS"
if [ x"$artifacts" = x ]; then return; fi
if [ x"tmp" = x ]; then return; fi
- : '(((((((((( t-save-artifacts ))))))))))'
GZIP=-1v tar -C "$tmp" -zc -f "$artifacts/${0##*/}.tar.gz" \
--exclude=\*.tar .
- : ')))))))))) t-save-artifacts ))))))))))'
}
t-rm-dput-dropping () {