libqb/tests/sock_ipc_wrapper.test
2023-11-15 10:46:21 +00:00

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