Skip to content

Commit

Permalink
Fix ENV to fit current name of scripts directory: "lib/mrb/scripts"
Browse files Browse the repository at this point in the history
  • Loading branch information
wanabe committed Oct 9, 2013
1 parent 5c280d9 commit 15e0039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/run-test.sh
Expand Up @@ -58,7 +58,7 @@ CUTTER_ARGS="$CUTTER_ARGS --exclude-file test-performance.so"
GRN_PLUGINS_DIR="$top_dir/plugins"
export GRN_PLUGINS_DIR

GRN_RUBY_SCRIPTS_DIR="$top_dir/lib/mrb/ruby_scripts"
GRN_RUBY_SCRIPTS_DIR="$top_dir/lib/mrb/scripts"
export GRN_RUBY_SCRIPTS_DIR

case `uname` in
Expand Down

0 comments on commit 15e0039

Please sign in to comment.