chiark / gitweb /
swap: fix reverse dependencies
[elogind.git] / test / TEST-02-CRYPTSETUP / test.sh
index e0945313f87f79b5954c50ccef288495fb1943c0..ec714301c69dfc66c8b54798865e241cfd27ecbc 100755 (executable)
@@ -3,8 +3,7 @@
 # ex: ts=8 sw=4 sts=4 et filetype=sh
 TEST_DESCRIPTION="cryptsetup systemd setup"
 
-KVERSION=${KVERSION-$(uname -r)}
-KERNEL_VER=$(uname -r)
+. $TEST_BASE_DIR/test-functions
 
 # Uncomment this to debug failures
 #DEBUGFAIL="systemd.unit=multi-user.target"
@@ -254,5 +253,4 @@ test_cleanup() {
     return 0
 }
 
-. $TEST_BASE_DIR/test-functions
 do_test "$@"