summaryrefslogtreecommitdiff
path: root/tests/reproducible-data.script
diff options
context:
space:
mode:
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"