]> Dogcows Code - chaz/tar/blob - tests/version.sh
Drop en_GB locale; it was more trouble than it was worth (e.g., different
[chaz/tar] / tests / version.sh
1 #! /bin/sh
2 # Check if the proper version is being tested.
3
4 . ./preset
5 PATH=../src:$PATH
6
7 if test -n "`$PACKAGE --version | sed -n s/$PACKAGE.*$VERSION/OK/p`"; then
8 banner="Regression testing for GNU $PACKAGE, version $VERSION"
9 dashes=`echo $banner | sed s/./=/g`
10 echo $dashes
11 echo $banner
12 echo $dashes
13 else
14 echo '=============================================================='
15 echo 'WARNING: Not using the proper version, *all* checks dubious...'
16 echo '=============================================================='
17 exit 1
18 fi
This page took 0.038699 seconds and 4 git commands to generate.