repos / zmx

session persistence for terminal processes
git clone https://github.com/neurosnap/zmx.git

commit
c6f3ccb
parent
6e07f1a
author
Eric Bower
date
2026-04-21 15:58:50 -0400 EDT
chore: remove debug test file
1 files changed,  +0, -10
D test/fd-test.bats
+0, -10
 1@@ -1,10 +0,0 @@
 2-load test_helper
 3-
 4-@test "blocking debug" {
 5-  echo "SHELL_FLAG=$SHELL_FLAG"
 6-  echo "SHELL=$SHELL"
 7-  run timeout 15 "$ZMX" run test-blocking $SHELL_FLAG echo hello
 8-  echo "STATUS: $status"
 9-  echo "OUTPUT: $output"
10-  false
11-}