tests: Fix bash shebang

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4253>
This commit is contained in:
Jeremy Bícha 2025-02-06 13:44:50 -05:00
parent 0605f35a67
commit 705b0845da

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/bash
export LISTEN_PID=$$
exec "$@"