aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/070
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/070')
-rwxr-xr-xtests/qemu-iotests/0706
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/qemu-iotests/070 b/tests/qemu-iotests/070
index 8d08d74ff9..edb71afbe3 100755
--- a/tests/qemu-iotests/070
+++ b/tests/qemu-iotests/070
@@ -1,4 +1,5 @@
-#!/bin/bash
+#!/usr/bin/env bash
+# group: rw quick
#
# Test VHDX log replay from an image with a journal that needs to be
# replayed
@@ -20,12 +21,11 @@
#
# creator
-owner=jcody@redhat.com
+owner=codyprime@gmail.com
seq=`basename $0`
echo "QA output created by $seq"
-here=`pwd`
status=1 # failure is the default!
_cleanup()