Skip to content

Commit

Permalink
fix(test): nullglob should not be needed
Browse files Browse the repository at this point in the history
  • Loading branch information
pvalena authored and johannbg committed Apr 4, 2022
1 parent bd1a5ca commit c7b3ac2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/TEST-04-FULL-SYSTEMD/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ test_run() {

test_setup() {
# shellcheck disable=SC2064
trap "$(shopt -p nullglob globstar)" RETURN
shopt -q -s nullglob globstar
trap "$(shopt -p globstar)" RETURN
shopt -q -s globstar

export kernel=$KVERSION
# Create what will eventually be our root filesystem onto an overlay
Expand Down

0 comments on commit c7b3ac2

Please sign in to comment.