Update changelog for release
[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