diff options
Diffstat (limited to 'tests/qemu-iotests/032')
-rwxr-xr-x | tests/qemu-iotests/032 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/032 b/tests/qemu-iotests/032 index 3e86bb0111..a1757bb15e 100755 --- a/tests/qemu-iotests/032 +++ b/tests/qemu-iotests/032 @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Test that AIO requests are drained before an image is closed. This used # to segfault because the request coroutine kept running even after the |