summaryrefslogtreecommitdiff
path: root/tests/reproducible-data.script
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-12-26 22:56:58 +0000
committerLars Wirzenius <liw@liw.fi>2011-12-26 22:56:58 +0000
commitc3f465ff77628c0ef7b2fed5b18209c902c15e79 (patch)
tree25a2bdafb884b158c52ceec8e0a7e4bd0c416b89 /tests/reproducible-data.script
parent9631015fea5af019bf90f4a96aa2867ba89d0ac8 (diff)
downloadgenbackupdata-c3f465ff77628c0ef7b2fed5b18209c902c15e79.tar.gz
silence genbackupdata
The progress output does not do any good for the tests.
Diffstat (limited to 'tests/reproducible-data.script')
-rwxr-xr-xtests/reproducible-data.script4
1 files changed, 2 insertions, 2 deletions
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"