From 77423d367fdf764230ffe50b8201dd22d1073da5 Mon Sep 17 00:00:00 2001 From: jane Date: Wed, 21 Jan 2026 16:54:24 -0800 Subject: [PATCH] chore: move WSL2 test scripts to scripts directory For consistency with other shell scripts in the codebase. Co-Authored-By: Claude Opus 4.5 --- test_issue_gh1224.sh => scripts/test_issue_gh1224.sh | 0 test_wsl2_wal.sh => scripts/test_wsl2_wal.sh | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test_issue_gh1224.sh => scripts/test_issue_gh1224.sh (100%) rename test_wsl2_wal.sh => scripts/test_wsl2_wal.sh (100%) diff --git a/test_issue_gh1224.sh b/scripts/test_issue_gh1224.sh similarity index 100% rename from test_issue_gh1224.sh rename to scripts/test_issue_gh1224.sh diff --git a/test_wsl2_wal.sh b/scripts/test_wsl2_wal.sh similarity index 100% rename from test_wsl2_wal.sh rename to scripts/test_wsl2_wal.sh