diff --git a/acceptance/bundle/exec/basic/script b/acceptance/bundle/exec/basic/script index ebe76884b..e0e238c43 100644 --- a/acceptance/bundle/exec/basic/script +++ b/acceptance/bundle/exec/basic/script @@ -8,5 +8,5 @@ trace $CLI bundle exec -- echo --help # The error message should include the exit code. errcode trace $CLI bundle exec -- bash -c "exit 5" -# stderr should also be shown in the output. +# stderr should also be passed through. trace $CLI bundle exec -- bash -c "echo hello > /dev/stderr"