From c3f465ff77628c0ef7b2fed5b18209c902c15e79 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 26 Dec 2011 22:56:58 +0000 Subject: silence genbackupdata The progress output does not do any good for the tests. --- tests/reproducible-data.script | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/reproducible-data.script') diff --git a/tests/reproducible-data.script b/tests/reproducible-data.script index 679bb7d..6d9136d 100755 --- a/tests/reproducible-data.script +++ b/tests/reproducible-data.script @@ -19,6 +19,6 @@ set -e amount=1m data1="$DATADIR/reproducible-data-1" data2="$DATADIR/reproducible-data-2" -./genbackupdata --create="$amount" "$data1" -./genbackupdata --create="$amount" "$data2" +./genbackupdata --quiet --create="$amount" "$data1" +./genbackupdata --quiet --create="$amount" "$data2" diff -rq "$data1" "$data2" -- cgit v1.2.1