Skip to content

Commit

Permalink
fix(tests): downstream systems might not have xargs installed (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic authored Dec 8, 2022
1 parent 01dbe94 commit 37e7224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ -n "${DEBUG:-}" ]; then
fi

SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
export $(grep -v '^#' $SCRIPT_DIR/.env | xargs)
export $(grep -v '^#' $SCRIPT_DIR/.env)

function test() {
echo '--- testing openssl ---'
Expand Down

0 comments on commit 37e7224

Please sign in to comment.