aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib.sh b/tests/lib.sh
index 251f314..9f3c629 100755
--- a/tests/lib.sh
+++ b/tests/lib.sh
@@ -32,7 +32,7 @@ assert_stdout() {
uuid() {
# Taken from:
# https://serverfault.com/a/799198
- od -x /dev/urandom | \
+ od -xN20 /dev/urandom | \
head -1 | \
awk '{OFS="-"; print $2$3,$4,$5,$6,$7$8$9}'
}