artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0d8401
)
Fix tyops
author
jca
<jca@openbsd.org>
Fri, 12 Jan 2018 14:04:49 +0000
(14:04 +0000)
committer
jca
<jca@openbsd.org>
Fri, 12 Jan 2018 14:04:49 +0000
(14:04 +0000)
regress/bin/ksh/unclass1.t
patch
|
blob
|
history
diff --git
a/regress/bin/ksh/unclass1.t
b/regress/bin/ksh/unclass1.t
index
4511549
..
9cd00d8
100644
(file)
--- a/
regress/bin/ksh/unclass1.t
+++ b/
regress/bin/ksh/unclass1.t
@@
-66,14
+66,14
@@
stdin:
cmp -s bar1 bar2
---
-name: q
ou
ted-brace-expansion-1
+name: q
uo
ted-brace-expansion-1
stdin:
echo "${foo:-"a"}*"
expected-stdout:
a*
---
-name: q
ou
ted-brace-expansion-2
+name: q
uo
ted-brace-expansion-2
stdin:
foo='bar'
echo "${foo+(a)}*"