Keep shell tests inside their fixtures (#6763)

This commit is contained in:
Aditya Garud
2026-08-16 05:45:06 -04:00
committed by GitHub
parent 33cda8b602
commit a3de80d647
2 changed files with 10 additions and 0 deletions
@@ -46,6 +46,11 @@ cat >"$stub_bin/omarchy-hyprland-monitor-internal-mirror" <<'SH'
exit 0
SH
cat >"$stub_bin/omarchy-hyprland-monitor-laptop" <<'SH'
#!/bin/bash
echo eDP-1
SH
cat >"$stub_bin/omarchy-hyprland-monitor-external-active" <<'SH'
#!/bin/bash
[[ ${OMARCHY_TEST_EXTERNAL_ACTIVE:-false} == "true" ]]