minor: tests: Formatting tweak to XPASS output.

Remove superfluous single quotes around the second hyphen.
This commit is contained in:
Daniel Shahaf 2016-06-03 03:57:45 +00:00
parent 29b30e0ca7
commit fccf92402b

View File

@ -119,7 +119,7 @@ run_test_internal() {
continue 2
fi
done
print -r -- "ok $i - $desc${todo:+' - '}$todo"
print -r -- "ok $i - $desc${todo:+ - }$todo"
unset desc
unset start end
unset todo