tests: Fix shebang on ipc_sock_test (#493)

This commit is contained in:
Chrissie Caulfield 2023-11-15 10:46:21 +00:00 committed by GitHub
parent 9297df4e48
commit a3201f55fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#/bin/sh -e
#!/bin/sh -e
# filesystem socket IPC test
if [ "$(uname -s)" = "Linux" ] && [ "`id -u`" = "0" ]
then