diff --git a/tests/sock_ipc_wrapper.test b/tests/sock_ipc_wrapper.test
index 685f3f1..aed52be 100755
--- a/tests/sock_ipc_wrapper.test
+++ b/tests/sock_ipc_wrapper.test
@@ -1,7 +1,7 @@
-#/bin/sh -e
+#!/bin/sh -e
 # filesystem socket IPC test
 if [ "$(uname -s)" = "Linux" ] && [ "`id -u`" = "0" ]
 then
     ./ipc_sock.test
 fi