mirror of
https://salsa.debian.org/ha-team/libqb
synced 2026-01-15 13:20:53 +00:00
8 lines
125 B
Bash
Executable File
8 lines
125 B
Bash
Executable File
#!/bin/sh -e
|
|
# filesystem socket IPC test
|
|
if [ "$(uname -s)" = "Linux" ] && [ "`id -u`" = "0" ]
|
|
then
|
|
./ipc_sock.test
|
|
fi
|
|
|