chiark / gitweb /
test suite: Drop a couple of useless test log output lines.
[dgit.git] / tests / lib
index 40f1f0992e50080022aba595a39ea42dfab13ae1..99345ce164491163b03069340e7439506490f7ec 100644 (file)
--- 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 () {