Skip to content

Commit 1ef7c2d

Browse files
hyperpolymathclaude
andcommitted
chore: hypatia dispatch auto-fixes (tmp-paths, shell-quoting, annotations)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4dde3a3 commit 1ef7c2d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

impl/rust-cli/tests/manual_redirect_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
set -e
88

9-
TESTDIR="/tmp/vsh_redirect_manual_test_$$"
9+
TESTDIR=""$HYPATIA_TMPDIR/vsh_redirect_manual_test_"$$"
1010
VSH="./target/release/vsh"
1111

1212
echo "=== Valence Shell - Built-in Redirection Manual Test ==="

scripts/demo_verified_operations.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RED='\033[0;31m'
2020
NC='\033[0m' # No Color
2121

2222
# Test directory
23-
TEST_ROOT="/tmp/vsh_demo_$$"
23+
TEST_ROOT=""$HYPATIA_TMPDIR/vsh_demo_"$$"
2424

2525
echo -e "${BLUE}========================================${NC}"
2626
echo -e "${BLUE}Valence Shell - Verified Operations Demo${NC}"

tests/integration_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ TESTS_PASSED=0
2727
TESTS_FAILED=0
2828

2929
# Test sandbox
30-
TEST_ROOT="/tmp/vsh_integration_test_$$"
30+
TEST_ROOT=""$HYPATIA_TMPDIR/vsh_integration_test_"$$"
3131
PROJECT_ROOT="$(cd "$(dirname "$0")/.." && pwd)"
3232

3333
# Cleanup on exit

0 commit comments

Comments
 (0)