From ef0940daa8114f0db26de0c7d6af33f1fcf305bd Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Mon, 16 Mar 2026 13:46:25 +0300 Subject: Enha(cli): add sort img test case --- cli-tests/sort-img/setup.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 cli-tests/sort-img/setup.sh (limited to 'cli-tests/sort-img/setup.sh') diff --git a/cli-tests/sort-img/setup.sh b/cli-tests/sort-img/setup.sh new file mode 100755 index 0000000..6b89be8 --- /dev/null +++ b/cli-tests/sort-img/setup.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +set -e + +mkdir -p /tmp/sort-img + +cp ../../../assets/ex01.png /tmp/sort-img/file1.png +cp ../../../assets/helppage.png /tmp/sort-img/file2.png +cp ../../../assets/yt_thumb.jpg /tmp/sort-img/file3.jpg -- cgit v1.2.3