Skip to content

Commit

Permalink
[Tests] attempt to fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 3, 2023
1 parent 4bdd57b commit 833530e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ env | grep -v PATH= | grep -v IFS= | sort >> "${AFTER}"

! type nvm > /dev/null 2>&1 || die "nvm not unloaded"

diff "${BEFORE}" "${AFTER}"
DIFF="$(diff "${BEFORE}" "${AFTER}" ||:)"
[ -z "${DIFF}" ] || die "function pollution found: ${DIFF}"

Expand Down

0 comments on commit 833530e

Please sign in to comment.