You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: avoid broken pipe in template-loader assertions
Use here-strings instead of echo | grep pipelines so that grep -q
finishing early cannot raise SIGPIPE on echo under set -o pipefail.
Mirrors the same fix already applied to test-templates-comprehensive.sh.
0 commit comments