Skip to content

Commit

Permalink
adjust another test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Chu committed Jul 14, 2019
1 parent 1f2075b commit 495cbac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions spec/assoc.test.sh
Expand Up @@ -320,10 +320,7 @@ echo ${assoc[1]} ${assoc[2]} ${assoc}
1 2 zero
1 2 string
## END
## N-I osh STDOUT:
1 2 1 2
1 2 1 zero 2
## END
## N-I osh stdout-json: ""
## N-I osh status: 1
#### Associative array expressions inside (( ))
Expand Down
2 changes: 1 addition & 1 deletion test/spec.sh
Expand Up @@ -575,7 +575,7 @@ append() {

# associative array -- mksh and zsh implement different associative arrays.
assoc() {
sh-spec spec/assoc.test.sh --osh-failures-allowed 7 \
sh-spec spec/assoc.test.sh --osh-failures-allowed 6 \
$BASH $OSH_LIST "$@"
}

Expand Down

0 comments on commit 495cbac

Please sign in to comment.