]> git.ipfire.org Git - people/ms/strongswan.git/blob - packaging/utils/wanttest
- import of strongswan-2.7.0
[people/ms/strongswan.git] / packaging / utils / wanttest
1 #! /bin/sh
2
3 if [ -f ~build/WANTSNAP/doingtest ]
4 then
5 echo Test already in progress.
6 exit 1
7 fi
8
9 umask 002
10 id -un >>~build/WANTSNAP/dotest