Skip to content

Commit 6014c8b

Browse files
committed
Eliminate duplicated instruction from check-capabilities testcase
Signed-off-by: Rodny Molina <[email protected]>
1 parent fddab64 commit 6014c8b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/sysfs/procSys.bats

-3
Original file line numberDiff line numberDiff line change
@@ -735,9 +735,6 @@ EOF
735735
# verify that a non-root process with CAP_DAC_* is allowed to modify
736736
# a /proc/sys file
737737

738-
# build the fileDac program
739-
make -C "$SYSBOX_ROOT/tests/scr/capRaise"
740-
741738
# launch sys container, mount the tests/scr/capRaise dir into it.
742739
local syscont=$(docker_run --rm -v ${SYSBOX_ROOT}/tests/scr/capRaise:/mnt/capRaise ${CTR_IMG_REPO}/ubuntu:latest tail -f /dev/null)
743740

0 commit comments

Comments
 (0)