Skip to content

Commit

Permalink
Try to catch the command by root in the bats tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Vasseur committed Oct 28, 2024
1 parent f6b1ed8 commit fe63667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/jobs/configure-checks/all.bats
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ run_user_stderr () {
}

run_stderr () {
"$*" 2>&1
run "$* 2>&1"
}

run_configure () {
Expand Down

0 comments on commit fe63667

Please sign in to comment.