Skip to content

Commit a3201f5

Browse files
authored
tests: Fix shebang on ipc_sock_test (#493)
1 parent 9297df4 commit a3201f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sock_ipc_wrapper.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#/bin/sh -e
1+
#!/bin/sh -e
22
# filesystem socket IPC test
33
if [ "$(uname -s)" = "Linux" ] && [ "`id -u`" = "0" ]
44
then

0 commit comments

Comments
 (0)