Skip to content

Commit

Permalink
fix: more fixes for unpriv
Browse files Browse the repository at this point in the history
Signed-off-by: Ramkumar Chinchani <[email protected]>
  • Loading branch information
rchincha committed Feb 13, 2023
1 parent eab2af5 commit 75a72b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/helpers.bash
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ GOCOVERDIR=${GOCOVERDIR:-.}
) 9<$ROOT_DIR/test/main.py
export CENTOS_OCI="$ROOT_DIR/test/centos:latest"
export UBUNTU_OCI="$ROOT_DIR/test/ubuntu:latest"
export GOCOVERDIR="."

function sha() {
echo $(sha256sum $1 | cut -f1 -d" ")
Expand Down

0 comments on commit 75a72b8

Please sign in to comment.