nixos/activation: Fix shellcheck test failure (#406500)

This commit is contained in:
Robert Hensing 2025-05-13 21:34:42 +02:00 committed by GitHub
commit 4e4fd664d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,6 +26,7 @@ onerr() {
}
trap onerr ERR
# shellcheck source-path=SCRIPTDIR
source ./lib.sh
(warn hi, this works >/dev/null) 2>&1 | grep -E $'.*warning:.* hi, this works' >/dev/null