test/atomicity: change shebang to '#!/usr/bin/env bash'

This commit is contained in:
Tomi Ollila 2011-11-13 10:52:35 +02:00 committed by David Bremner
parent edd2f3f0a8
commit 9cda22c39b

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
test_description='atomicity'
. ./test-lib.sh