aboutsummaryrefslogtreecommitdiffstats
path: root/test/run-test-002.sh
blob: 0c4041957c2cc760865d71d620a017d41e244029 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

. ./test-init.sh

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