diff options
author | Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> | 2021-01-16 16:44:18 +0300 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2021-01-20 14:53:22 -0600 |
commit | 92a476e9598ebcd03c6dc798dc7024ed9d31b6f1 (patch) | |
tree | 61f33902fdb541f40df522043d1ce0eb4b92cc3b /tests/qemu-iotests | |
parent | fd6ce1d0850dc9c59bedb4f7fbbb86ed81d75986 (diff) |
iotests/294: add shebang line
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20210116134424.82867-6-vsementsov@virtuozzo.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests/qemu-iotests')
-rwxr-xr-x | tests/qemu-iotests/294 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemu-iotests/294 b/tests/qemu-iotests/294 index 87da35db49..4c375ed609 100755 --- a/tests/qemu-iotests/294 +++ b/tests/qemu-iotests/294 @@ -1,3 +1,4 @@ +#!/usr/bin/env bash # # Copyright (C) 2019 Red Hat, Inc. # |