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/teardown.sh | |
| parent | 3d44686a517f65c6f5a985cfa864240b996fdb99 (diff) | |
Enha(cli): add sort img test case
Diffstat (limited to 'cli-tests/sort-img/teardown.sh')
| -rwxr-xr-x | cli-tests/sort-img/teardown.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cli-tests/sort-img/teardown.sh b/cli-tests/sort-img/teardown.sh new file mode 100755 index 0000000..691155b --- /dev/null +++ b/cli-tests/sort-img/teardown.sh @@ -0,0 +1,4 @@ +#!/bin/bash +set -e + +rm -rf /tmp/sort-img |
