summaryrefslogtreecommitdiffstats
path: root/sample
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-16 02:46:57 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-16 02:46:57 +0000
commit4edf51453bee5673d15f65dc271e4dade5b5ea0e (patch)
tree38666e88965efee3788251c2c70c69f1f07b6b0a /sample
parent36cbcc19f2117bf75d637ae4a8c978e968f0b367 (diff)
downloadruby-4edf51453bee5673d15f65dc271e4dade5b5ea0e.tar.gz
ruby-4edf51453bee5673d15f65dc271e4dade5b5ea0e.tar.xz
ruby-4edf51453bee5673d15f65dc271e4dade5b5ea0e.zip
remove configure from repositry
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@693 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sample')
-rw-r--r--sample/test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/test.rb b/sample/test.rb
index bc97882e6..7fe028055 100644
--- a/sample/test.rb
+++ b/sample/test.rb
@@ -969,7 +969,7 @@ File.unlink "script_tmp" or `/bin/rm -f "script_tmp"`
File.unlink "script_tmp.bak" or `/bin/rm -f "script_tmp.bak"`
$bad = false
-for script in Dir["{lib,sample}/*.rb"]
+for script in Dir["{lib,sample}/**/*.rb"]
unless `./miniruby -c #{script}`.chomp == "Syntax OK"
p `./miniruby -c #{script}`.chomp
$bad = true