Skip to content

Commit

Permalink
test: add basic tmux test
Browse files Browse the repository at this point in the history
  • Loading branch information
LoricAndre committed Nov 21, 2024
1 parent 78152a2 commit e55461b
Show file tree
Hide file tree
Showing 2 changed files with 265 additions and 127 deletions.
7 changes: 7 additions & 0 deletions test/mock.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

OUT_DIR="/tmp/sk-test-mock"

mkdir -p $OUT_DIR

echo $@ > $OUT_DIR/stdout 2>$OUT_DIR/stderr
Loading

0 comments on commit e55461b

Please sign in to comment.