maint: import tests/init.sh from Gnulib during bootstrap
[cppi.git] / tests / version-check
blob940597cafff4acc10bb3fab4c9a2d6b48926ca49
1 #!/bin/sh
2 # Make sure that we're not running a binary with a different version.
4 case `cppi --version | sed 1q` in
5 *' '$VERSION) ;;
6 *) exit 1;;
7 esac