forked from Mirrors/freeswitch
20719ebf88
* s2check/exit77.c: added git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12553 d0543943-73ff-0310-b7d9-9358b9ac24b2
5 lines
115 B
C
5 lines
115 B
C
int main(int argc, char *argv[])
|
|
{
|
|
return 77; /* exit code indicating make check that test has been SKIPped */
|
|
}
|