Skip to content

Commit

Permalink
silence xdotool
Browse files Browse the repository at this point in the history
  • Loading branch information
myrrc committed Jul 23, 2024
1 parent e8c6599 commit 8519e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ for test in $tests; do
./reaper/reaper -saveas $out -new -nosplash &>/dev/null &
pid=$(echo $!)
sleep 1
xdotool search --onlyvisible --all reaper windowfocus
xdotool search --onlyvisible --all reaper windowfocus &>/dev/null

while read cmd; do
if [[ $cmd == "&"* ]]; then
Expand Down

0 comments on commit 8519e2c

Please sign in to comment.