summaryrefslogtreecommitdiffstats
path: root/tests/ts/uuid
diff options
context:
space:
mode:
authorKarel Zak2017-07-18 10:01:22 +0200
committerKarel Zak2017-07-18 10:01:22 +0200
commit8d7370e01cf5b867dd58e4e941ba65e8c393764c (patch)
tree28f6933ac8f70d7bb6af850cb4cf5b0cb5b2addf /tests/ts/uuid
parentlibmount: make mnt_context_is_fs_mounted work for /proc (diff)
downloadkernel-qcow2-util-linux-8d7370e01cf5b867dd58e4e941ba65e8c393764c.tar.gz
kernel-qcow2-util-linux-8d7370e01cf5b867dd58e4e941ba65e8c393764c.tar.xz
kernel-qcow2-util-linux-8d7370e01cf5b867dd58e4e941ba65e8c393764c.zip
tests: remove UUIDs with time overflow from uuidparse
The time_t used by timeval is "long", it means too small on 32-bits archs to hold large numbers. Reported-by: Ruediger Meier <ruediger.meier@ga-group.nl> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/ts/uuid')
-rwxr-xr-xtests/ts/uuid/uuidparse2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ts/uuid/uuidparse b/tests/ts/uuid/uuidparse
index 229994f6f..2414353f3 100755
--- a/tests/ts/uuid/uuidparse
+++ b/tests/ts/uuid/uuidparse
@@ -31,7 +31,6 @@ echo '00000000-0000-0000-0000-000000000000
00000000-0000-6000-0000-000000000000
00000000-0000-0000-8000-000000000000
-00000000-0000-1000-8000-000000000000
00000000-0000-2000-8000-000000000000
00000000-0000-3000-8000-000000000000
00000000-0000-4000-8000-000000000000
@@ -55,7 +54,6 @@ echo '00000000-0000-0000-0000-000000000000
00000000-0000-6000-f000-000000000000
9b274c46-544a-11e7-a972-00037f500001
-ffffffff-ffff-1fff-8fff-ffffffffffff
invalid-input' | $TS_CMD_UUIDPARSE 1>$TS_OUTPUT 2>&1
echo "return value: $?" >> $TS_OUTPUT