From c028c7e9ceb7470d267aa692bed91a989b18b24a Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Tue, 26 Jan 2021 17:52:08 +0100 Subject: [PATCH] tests: Fix iprelay-cmd test to work on both Debian an NixOS --- tests/novaboot.wv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/novaboot.wv b/tests/novaboot.wv index d7e35c7..4b73577 100755 --- a/tests/novaboot.wv +++ b/tests/novaboot.wv @@ -123,7 +123,7 @@ WVPASSSH 'NOVABOOT_TARGET=t2 novaboot --target t3 /dev/null' WVPASS test "$(cat t)" = Target3 WVSTART --iprelay-cmd -WVPASS novaboot --iprelay-cmd="echo -e '\xFF\xFA\x2C\x97\xDF\xFF\xF0 \xFF\xFA\x2C\x97\xFF\xFF\xF0'" --on +WVPASS novaboot --iprelay-cmd="$(which echo) -e '\xFF\xFA\x2C\x97\xDF\xFF\xF0 \xFF\xFA\x2C\x97\xFF\xFF\xF0'" --on WVSTART Killing of --remote-cmd when it ignores SIGHUP WVPASS tee script <<'EOF' -- 2.39.2