From 4be975bb5be3f38cf504b81894d910920164d25b Mon Sep 17 00:00:00 2001 From: Minero Aoki Date: Sat, 27 Sep 2008 20:12:46 +0000 Subject: [PATCH] did not work git-svn-id: file:///Users/aamine/c/gitwork/public/cbc/trunk@4058 1b9489fe-b721-0410-924e-b54b9192deb8 --- test/list-untested.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/list-untested.rb b/test/list-untested.rb index 4beb707..1ca7817 100644 --- a/test/list-untested.rb +++ b/test/list-untested.rb @@ -4,7 +4,7 @@ def print_list(list) end end -test_sh = File.read('test.sh') +test_sh = File.read('test_cbc.sh') tested = test_sh.scan(/[\$\w\-]+\.cb/).reject {|n| /\$/ =~ n } + test_sh.scan(%r<\./[\w\-]+>).map {|n| File.basename(n) + '.cb' } tested = tested.uniq