Files
strongswan-ext/packaging/utils/wanttest
T
Martin Willi 997358a6c4 - import of strongswan-2.7.0
- applied patch for charon
2006-04-28 07:14:48 +00:00

11 lines
139 B
Bash
Executable File

#! /bin/sh
if [ -f ~build/WANTSNAP/doingtest ]
then
echo Test already in progress.
exit 1
fi
umask 002
id -un >>~build/WANTSNAP/dotest