]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
test: remove unused variable
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Wed, 19 Oct 2022 01:55:31 +0000 (01:55 +0000)
committerAntonio Álvarez Feijoo <antonio.feijoo@suse.com>
Mon, 7 Nov 2022 17:04:47 +0000 (18:04 +0100)
test/TEST-03-USR-MOUNT/test.sh

index f1b8e209fae841ef9795357bc30ca0391ee6dbd5..81abcf70e3059f8c110773c484e8b1cff974a6cc 100755 (executable)
@@ -45,7 +45,6 @@ test_run() {
 }
 
 test_setup() {
-    kernel=$KVERSION
     # Create what will eventually be our root filesystem onto an overlay
     (
         # shellcheck disable=SC2030