Skip to content

Commit

Permalink
test4
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwarat committed Jan 30, 2024
1 parent 9858070 commit 1443d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ run_ibus_daemon()
id
USER=${USER:-`id | sed -e "s/uid=[0-9]*(\([^)]*\)).*/\1/"`}
USER=`echo "$USER" | cut -c 1-7`;
ps -ef | grep "$SUSER" | grep ibus | grep -v grep;
ps -ef | grep "$USER" | grep ibus | grep -v grep;
}

run_test_suite()
Expand Down

0 comments on commit 1443d74

Please sign in to comment.