summaryrefslogtreecommitdiff
path: root/test/shaping/record-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/shaping/record-test.sh')
-rwxr-xr-xtest/shaping/record-test.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/shaping/record-test.sh b/test/shaping/record-test.sh
index 93ebcfc..4ab74f0 100755
--- a/test/shaping/record-test.sh
+++ b/test/shaping/record-test.sh
@@ -3,8 +3,9 @@
dir=`mktemp -d`
out=/dev/stdout
-if test "x${1:0:3}" == 'x-o='; then
- out=${1:3}
+if test "x$1" == 'x-o'; then
+ shift
+ out=$1
shift
fi
hb_shape=$1