X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=tests%2Fcommon_tests;fp=tests%2Fcommon_tests;h=576b7fcd664bfd9fb453b78fa015a10c0abbde4d;hp=0000000000000000000000000000000000000000;hb=d1792371a76a1c03bbe2ebd9bc99271de9952e46;hpb=b2d376c8f7805be78101865a423f892ddf074588 diff --git a/tests/common_tests b/tests/common_tests new file mode 100644 index 0000000..576b7fc --- /dev/null +++ b/tests/common_tests @@ -0,0 +1,15 @@ +#!/bin/zsh + +setopt shwordsplit + +oneTimeSetUp() { + OLDPATH=$PATH + + . ../autoconfig.functions + + export PATH=$OLDPATH +} + + +SHUNIT_PARENT=$1 +. ./shunit2