summaryrefslogtreecommitdiffstats
path: root/src/test
diff options
context:
space:
mode:
authorJiehong <email@majiehong.com>2021-01-20 15:52:35 +0100
committerLennart Poettering <lennart@poettering.net>2021-01-22 20:45:43 +0100
commit9ae5fed64ec1647d1c8a8e21528c1d2f08b3ebac (patch)
treefd338be311196f7769f911b85880e0cfe8a5af13 /src/test
parentMerge pull request #18302 from bluca/mount_image_runtime (diff)
downloadsystemd-9ae5fed64ec1647d1c8a8e21528c1d2f08b3ebac.tar.xz
systemd-9ae5fed64ec1647d1c8a8e21528c1d2f08b3ebac.zip
feature: display status with a different shape depending on the status (#17728)
Diffstat (limited to 'src/test')
-rw-r--r--src/test/test-locale-util.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/test-locale-util.c b/src/test/test-locale-util.c
index 62f82200a0..972423e2fa 100644
--- a/src/test/test-locale-util.c
+++ b/src/test/test-locale-util.c
@@ -101,6 +101,9 @@ static void dump_special_glyphs(void) {
dump_glyph(SPECIAL_GLYPH_TREE_SPACE);
dump_glyph(SPECIAL_GLYPH_TRIANGULAR_BULLET);
dump_glyph(SPECIAL_GLYPH_BLACK_CIRCLE);
+ dump_glyph(SPECIAL_GLYPH_WHITE_CIRCLE);
+ dump_glyph(SPECIAL_GLYPH_MULTIPLICATION_SIGN);
+ dump_glyph(SPECIAL_GLYPH_CIRCLE_ARROW);
dump_glyph(SPECIAL_GLYPH_BULLET);
dump_glyph(SPECIAL_GLYPH_ARROW);
dump_glyph(SPECIAL_GLYPH_ELLIPSIS);