Skip to content

Commit

Permalink
tests: Use more widely usable shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
cdown committed Nov 10, 2024
1 parent b4ccc8a commit a254e2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/x_integration_tests
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/bash -ex
#!/usr/bin/env bash

set -ex

if ! (( NO_PID_NAMESPACE )) && (( EUID )); then
export _UNSHARED=1
Expand Down

0 comments on commit a254e2e

Please sign in to comment.