This commit is contained in:
2026-05-14 23:57:58 -05:00
parent b6124537f9
commit 04d9f22d41
6 changed files with 190 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
set -euo pipefail
DRAWER=./target/debug/drawer
TEST_DIR="$(cd "$(dirname "$0")/test" && pwd)"
TEST_DIR="$(cd "$(dirname "$0")/tests/testcontents" && pwd)"
WORK="$TMPDIR/drawer_test_$$"
mkdir -p "$WORK"