fix bug: /grml.sh and /config.tbz on a GRMLCFG file system need to be processed witho...
[grml-autoconfig.git] / tests / common_tests
1 #!/bin/zsh
2
3 setopt shwordsplit
4
5 oneTimeSetUp() {
6     OLDPATH=$PATH
7
8     . ../autoconfig.functions
9
10     export PATH=$OLDPATH
11 }
12
13
14 SHUNIT_PARENT=$1
15 . ./shunit2