Skip to content

Commit

Permalink
chore: update to version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineco committed Nov 6, 2017
1 parent 74778e5 commit f496eb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion oradown.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

cmdname="${0##*/}"

VERSION=0.0.2
VERSION=0.0.3

echoto() {
# print to stderr or to stdout
Expand Down
10 changes: 5 additions & 5 deletions shpec/oradown_shpec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ describe "-V, --version argument"
assert equal "$?" "0"
end

it "-V prints 'oradown version: 0.0.2'"
it "-V prints 'oradown version: 0.0.3'"
message="$($SHPEC_ROOT/../oradown.sh -V 2>&1)"
assert grep "${message}" "oradown version: 0.0.2"
assert grep "${message}" "oradown version: 0.0.3"
end

it "--version prints 'oradown version: 0.0.2'"
it "--version prints 'oradown version: 0.0.3'"
message="$($SHPEC_ROOT/../oradown.sh --version 2>&1)"
assert grep "${message}" "oradown version: 0.0.2"
assert grep "${message}" "oradown version: 0.0.3"
end
end

Expand Down Expand Up @@ -113,4 +113,4 @@ describe "OK input"
# cleanup
rm -rf /tmp/test.zip
end
end
end

0 comments on commit f496eb7

Please sign in to comment.