Skip to content

Commit 97d966d

Browse files
committed
Don't hardcode path to bash in test-oom.sh
Bash is not at /bin/bash on all possible systems
1 parent d61d0bf commit 97d966d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oom/test-oom.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
#
33
# This is a test to ensure the parca-agent can detect and handle "self" OOMs,
44
# ie the parent process watches the child for OOM events and reports them.

0 commit comments

Comments
 (0)