summaryrefslogtreecommitdiff
path: root/tests/run-all-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-all-tests.sh')
-rwxr-xr-xtests/run-all-tests.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/run-all-tests.sh b/tests/run-all-tests.sh
index 9c92741..ea59ced 100755
--- a/tests/run-all-tests.sh
+++ b/tests/run-all-tests.sh
@@ -22,8 +22,7 @@ main() {
clean() {
git clean -d -x -f
- rm -fr tests/run-test-suite
- git worktree prune
+ rm -fr libyaml-test
}
main "$@"