31b4c71 ^
ba2c5c1 ^
1 2
3 4
5 6 7 8 9
#!/bin/sh . ./test-init.sh if [ "$1" = 'actual' -o "$1" = 'expected' ]; then echo 42 else ./run-test "$0" fi