aboutsummaryrefslogtreecommitdiffhomepage
path: root/test.nix
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-01-20 21:10:24 +0900
committerOphestra <cat@gensokyo.uk>2025-01-20 21:10:24 +0900
commit2cf1f46ea235fd533a69ded5d439ffddba049eab (patch)
tree036f506df3986cf6d4670e251830b8ed9b71c885 /test.nix
parent3c55fc8e862daa2f3adaf5f5c6b332ced16dc6b5 (diff)
nix: test show without --short
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test.nix')
-rw-r--r--test.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.nix b/test.nix
index 837927a1..7a7447bd 100644
--- a/test.nix
+++ b/test.nix
@@ -237,7 +237,7 @@ nixosTest {
machine.wait_until_fails("getfacl --absolute-names --omit-header --numeric /run/user/1000 | grep 1000000")
# Start a terminal (foot) within fortify from a terminal:
- swaymsg("exec foot $SHELL -c '(fortify run --wayland foot) & sleep 1 && fortify show --short $(fortify ps --short) && touch /tmp/ps-show-ok && cat'")
+ swaymsg("exec foot $SHELL -c '(fortify run --wayland foot) & sleep 1 && fortify show $(fortify ps --short) && touch /tmp/ps-show-ok && cat'")
wait_for_window("u0_a0@machine")
machine.send_chars("clear; wayland-info && touch /tmp/success-client-term\n")
machine.wait_for_file("/tmp/fortify.1000/tmpdir/0/success-client-term")