aboutsummaryrefslogtreecommitdiffstats
path: root/test/run-test-001.sh
blob: 580e64ce36addca9f1543fbbc2905237e0a8c3f1 (plain) (blame)
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