Skip to content

Commit

Permalink
removed cruft from test code for exported variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cfont committed Mar 16, 2016
1 parent 8a10885 commit 2e00f5c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,7 @@ echo "$CURRENT" | grep 'config - Set up terraform config: <config_key>' >/dev/nu
ensure $? "Desk current terraform missing config"

# testing for exported variables
ISITTHERE=$(less $HOME/.desk/desks/hello.sh)
echo "$ISITTHERE" | grep -B 1 export

CURRENT=$(DESK_ENV=$HOME/.desk/desks/hello.sh desk)
echo "$CURRENT"
echo "$CURRENT" | grep 'MyName Why should I always type my name' >/dev/null
ensure $? "Desk current hello missing exported environment variable"

Expand Down

0 comments on commit 2e00f5c

Please sign in to comment.