Unverified Commit 4e4fd664 authored by Robert Hensing's avatar Robert Hensing Committed by GitHub
Browse files

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

parents 6802bd31 e4bf5ce7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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