diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-03-16 09:44:28 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-03-16 09:44:28 +0300 |
| commit | 3d44686a517f65c6f5a985cfa864240b996fdb99 (patch) | |
| tree | 08263e3b97522bd04bb19f7a822d8894064c1930 /cli-tests/sort-text/teardown.sh | |
| parent | df04d8c21c4d256ade69f53bfe171f066db943cc (diff) | |
Feat (cli): test run and teardown
Diffstat (limited to 'cli-tests/sort-text/teardown.sh')
| -rwxr-xr-x | cli-tests/sort-text/teardown.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cli-tests/sort-text/teardown.sh b/cli-tests/sort-text/teardown.sh new file mode 100755 index 0000000..5a833ce --- /dev/null +++ b/cli-tests/sort-text/teardown.sh @@ -0,0 +1,4 @@ +#!/bin/bash +set -e + +rm -rf /tmp/sort-text |
