X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=tests%2Ftest_bootparameters.sh;fp=tests%2Ftest_parameters.sh;h=7e61c86f1584012097048994ae015953ea256902;hp=5d08f8a813f4c95a99e6e565a93e2a5b7c7aa40f;hb=d1792371a76a1c03bbe2ebd9bc99271de9952e46;hpb=b2d376c8f7805be78101865a423f892ddf074588 diff --git a/tests/test_parameters.sh b/tests/test_bootparameters.sh similarity index 90% rename from tests/test_parameters.sh rename to tests/test_bootparameters.sh index 5d08f8a..7e61c86 100755 --- a/tests/test_parameters.sh +++ b/tests/test_bootparameters.sh @@ -1,6 +1,5 @@ #!/bin/zsh -setopt shwordsplit test_checkbootparam() { CMDLINE='foo=dingens bar foobar=blub' @@ -51,14 +50,4 @@ test_getbootparam() { } -oneTimeSetUp() { - OLDPATH=$PATH - - . ../autoconfig.functions - - export PATH=$OLDPATH -} - -SHUNIT_PARENT=$0 - -. ./shunit2 +. ./common_tests $0