Skip to content

Commit ddd4efa

Browse files
committed
[test.sh] Test --badge values.
1 parent c9e9bfc commit ddd4efa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/test.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ cargo run -- --color-scheme dark ./examples/src/apple.png
5858
echo -e "\nTest that \`--no-progress\` is accepted."
5959
cargo run -- --no-progress ./examples/src/apple.png
6060

61+
echo -e "\nTest that \`--badge alias\` is accepted."
62+
cargo run -- --badge alias ./examples/src/apple.png
63+
64+
echo -e "\nTest that \`--badge locked\` is accepted."
65+
cargo run -- --badge locked ./examples/src/apple.png
66+
6167
echo -e "\nTest that \`--output-icns\` is accepted."
6268
cargo run -- --output-icns ./examples/src/folder_outline_custom_path_1.icns ./examples/src/folder_outline.png
6369
check_file ./examples/src/folder_outline_custom_path_1.icns

0 commit comments

Comments
 (0)