Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jtcl-project/jtcl
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoindex committed Jul 10, 2015
2 parents b114a9b + 897b55d commit 626d6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/resources/tcl/lang/cmd/ioCmd.test
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ unmatched open brace in list
\"open \$path(test3) \"FOO \\{BAR BAZ\"\""
test iocmd-12.7 {POSIX open access modes: errors} {
list [catch {open $path(test3) {FOO BAR BAZ}} msg] $msg
} {1 {invalid access mode "FOO": must be RDONLY, WRONLY, RDWR, APPEND, CREAT EXCL, NOCTTY, NONBLOCK, or TRUNC}}
} {1 {invalid access mode "FOO": must be RDONLY, WRONLY, RDWR, APPEND, CREAT EXCL, NOCTTY, NONBLOCK, TRUNC, or BINARY}}
test iocmd-12.8 {POSIX open access modes: errors} {
list [catch {open $path(test3) {TRUNC CREAT}} msg] $msg
} {1 {access mode must include either RDONLY, WRONLY, or RDWR}}
Expand Down

0 comments on commit 626d6f5

Please sign in to comment.