fc4b1f024f5a6890b15b4c73d0cc64e52d2d3a4e
[grml-autoconfig.git] / 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 . /usr/share/shunit2//shunit2