summaryrefslogtreecommitdiff
path: root/test/fuzz.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/fuzz.sh')
-rwxr-xr-xtest/fuzz.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fuzz.sh b/test/fuzz.sh
index 5b9b9d2..c166506 100755
--- a/test/fuzz.sh
+++ b/test/fuzz.sh
@@ -10,5 +10,5 @@ do
done
echo "Fuzz using seed: $seed"
echo
- ./test.sh --seed=123 "$@"
+ ./test.sh --seed=$seed "$@"
done