File: sock_ipc_wrapper.test

package info (click to toggle)
libqb 2.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,092 kB
  • sloc: ansic: 22,191; sh: 5,232; makefile: 607
file content (7 lines) | stat: -rwxr-xr-x 125 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh -e
# filesystem socket IPC test
if [ "$(uname -s)" = "Linux" ] && [ "`id -u`" = "0" ]
then
    ./ipc_sock.test
fi