mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
nixos/activation: Fix shellcheck test failure (#406500)
This commit is contained in:
commit
4e4fd664d5
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ onerr() {
|
||||||
}
|
}
|
||||||
trap onerr ERR
|
trap onerr ERR
|
||||||
|
|
||||||
|
# shellcheck source-path=SCRIPTDIR
|
||||||
source ./lib.sh
|
source ./lib.sh
|
||||||
|
|
||||||
(warn hi, this works >/dev/null) 2>&1 | grep -E $'.*warning:.* hi, this works' >/dev/null
|
(warn hi, this works >/dev/null) 2>&1 | grep -E $'.*warning:.* hi, this works' >/dev/null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue