did not work

git-svn-id: file:///Users/aamine/c/gitwork/public/cbc/trunk@4058 1b9489fe-b721-0410-924e-b54b9192deb8
This commit is contained in:
Minero Aoki 2008-09-27 20:12:46 +00:00
parent 69862827dc
commit 4be975bb5b
1 changed files with 1 additions and 1 deletions

View File

@ -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