summaryrefslogtreecommitdiffstats
path: root/tests/expected/misc
diff options
context:
space:
mode:
authorKarel Zak2011-01-01 22:45:29 +0100
committerKarel Zak2011-01-03 12:28:48 +0100
commit013bff51a67fe5907532639d35f9d9f1df2c7570 (patch)
treef270146bbbcf19679c993ce1d0be62f03d4cd4e8 /tests/expected/misc
parentfindmnt: add MAJ:MIN (diff)
downloadkernel-qcow2-util-linux-013bff51a67fe5907532639d35f9d9f1df2c7570.tar.gz
kernel-qcow2-util-linux-013bff51a67fe5907532639d35f9d9f1df2c7570.tar.xz
kernel-qcow2-util-linux-013bff51a67fe5907532639d35f9d9f1df2c7570.zip
tests: fix strtosize() test
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/expected/misc')
-rw-r--r--tests/expected/misc/strtosize8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/expected/misc/strtosize b/tests/expected/misc/strtosize
index 04a2d590c..d1c039d2d 100644
--- a/tests/expected/misc/strtosize
+++ b/tests/expected/misc/strtosize
@@ -1,4 +1,4 @@
-test_strtosize: invalid size '-1' value
+test_strutils: invalid size '-1' value
0 : 0
1 : 1
123 : 123
@@ -21,10 +21,10 @@ test_strtosize: invalid size '-1' value
1TB : 1000000000000
1PB : 1000000000000000
1EB : 1000000000000000000
-test_strtosize: invalid size '' value
-test_strtosize: invalid size ' ' value
+test_strutils: invalid size '' value
+test_strutils: invalid size ' ' value
1 : 1
-test_strtosize: invalid size '1 ' value
+test_strutils: invalid size '1 ' value
0x0a : 10
0xff00 : 65280
0x80000000 : 2147483648