diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-03-16 13:46:25 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-03-16 13:46:25 +0300 |
| commit | ef0940daa8114f0db26de0c7d6af33f1fcf305bd (patch) | |
| tree | 654985b38aa0c8928acb3df2441b6526b1f8c557 /cli-tests/sort-img/setup.sh | |
| parent | 3d44686a517f65c6f5a985cfa864240b996fdb99 (diff) | |
Enha(cli): add sort img test case
Diffstat (limited to 'cli-tests/sort-img/setup.sh')
| -rwxr-xr-x | cli-tests/sort-img/setup.sh | 9 |
1 files changed, 9 insertions, 0 deletions
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 |
