mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +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
|
||||
|
||||
# shellcheck source-path=SCRIPTDIR
|
||||
source ./lib.sh
|
||||
|
||||
(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