aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/101
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/101')
-rwxr-xr-xtests/qemu-iotests/1014
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qemu-iotests/101 b/tests/qemu-iotests/101
index ea53f8b8d3..4c4a8cea11 100755
--- a/tests/qemu-iotests/101
+++ b/tests/qemu-iotests/101
@@ -1,4 +1,5 @@
-#!/bin/bash
+#!/usr/bin/env bash
+# group: rw quick
#
# Test short file I/O
#
@@ -24,7 +25,6 @@ owner=stefanha@redhat.com
seq=`basename $0`
echo "QA output created by $seq"
-here=`pwd`
status=1 # failure is the default!
_cleanup()