Skip to content

Commit

Permalink
reduced number of space characters in test string
Browse files Browse the repository at this point in the history
  • Loading branch information
cfont committed Mar 15, 2016
1 parent 415e701 commit 8a10885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ 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
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 8a10885

Please sign in to comment.