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






                                                 
#!/bin/sh

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