aboutsummaryrefslogblamecommitdiffstats
path: root/test/run-test-001.sh
blob: 0a77dcc0458263d05e8d07b8979b2db59595b752 (plain) (tree)
1
2
3
4
5
6
7
8
9

         
                                
 




                                                 
#!/bin/sh

. "${TEST_INIT:-./test-init.sh}"

if [ "$1" = 'actual' -o "$1" = 'expected' ]; then
  echo 42
else
  ./run-test "$0"
fi