Skip to content

Commit 76678b8

Browse files
Michael Vasseurvmcj
authored andcommitted
Try to catch the command by root in the bats tests
1 parent 5f2c7e3 commit 76678b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/jobs/configure-checks/all.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ run_user_stderr () {
4545
}
4646

4747
run_stderr () {
48-
"$*" 2>&1
48+
run "$* 2>&1"
4949
}
5050

5151
run_configure () {

0 commit comments

Comments
 (0)