summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2023-08-15 17:13:11 +0000
committerDavid Goulet <dgoulet@torproject.org>2023-08-15 17:13:11 +0000
commit2300cf33a0767ef6495d545352d22596dd34c287 (patch)
treebc3db1decfd129b392e5b6fcc90b69f3e8d4dce9 /src/test
parent00881f1886a18a7d203778e342e80037c32257b5 (diff)
parent8991b10cac252609574b6265dcd80f86f8fe94bb (diff)
downloadtor-2300cf33a0767ef6495d545352d22596dd34c287.tar.gz
tor-2300cf33a0767ef6495d545352d22596dd34c287.zip
Merge branch 'rust_ci' into 'main'
Rust and CI fixes See merge request tpo/core/tor!742
Diffstat (limited to 'src/test')
-rwxr-xr-xsrc/test/test_rebind.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_rebind.sh b/src/test/test_rebind.sh
index aae2a9a6a0..d87e008f9a 100755
--- a/src/test/test_rebind.sh
+++ b/src/test/test_rebind.sh
@@ -51,6 +51,7 @@ tmpdir=
# shellcheck disable=SC2317
clean () {
if [ -n "$tmpdir" ] && [ -d "$tmpdir" ]; then
+ ls -l "$tmpdir"
rm -rf "$tmpdir"
fi
}