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 68ae70c commit e80b6a2
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 e80b6a2

Please sign in to comment.