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








                                
#!/bin/sh

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