Skip to content

Commit

Permalink
Fix test script empty string testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyfdecyf committed May 27, 2013
1 parent 43f818a commit e1e09f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/test.sh
Expand Up @@ -82,7 +82,7 @@ SERVER="shadowsocks-server"
LOCAL="shadowsocks-local"
test_server_local_pair

if [ -n $SS_NODEJS ]; then
if [[ -n $SS_NODEJS ]]; then
pushd $SS_NODEJS

SERVER="node server.js"
Expand Down

0 comments on commit e1e09f9

Please sign in to comment.