From 4af9ae4bc2bb059701dd2073286e94c66afb90f1 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Tue, 24 Oct 2017 17:55:06 -0400 Subject: [PATCH] kpod_kill.bats: drop redundant variables Drop duplicate definitions of variables that are already defined in helpers.bash. Signed-off-by: Nalin Dahyabhai --- test/kpod_kill.bats | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/kpod_kill.bats b/test/kpod_kill.bats index cf3e7859f87..1548751458e 100644 --- a/test/kpod_kill.bats +++ b/test/kpod_kill.bats @@ -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 }