Skip to content

Commit

Permalink
kpod_kill.bats: drop redundant variables
Browse files Browse the repository at this point in the history
Drop duplicate definitions of variables that are already defined in
helpers.bash.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
  • Loading branch information
nalind committed Oct 24, 2017
1 parent 7ab9c55 commit 4af9ae4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/kpod_kill.bats
Expand Up @@ -2,9 +2,6 @@

load helpers

ROOT="$TESTDIR/crio"
RUNROOT="$TESTDIR/crio-run"
KPOD_OPTIONS="--root $ROOT --runroot $RUNROOT ${STORAGE_OPTS} --runtime $RUNTIME_BINARY"
function teardown() {
cleanup_test
}
Expand Down

0 comments on commit 4af9ae4

Please sign in to comment.