Skip to content

Commit ff3b263

Browse files
committed
Fix script for UNLV tests
Commit 934e612 added too many quotes. Signed-off-by: Stefan Weil <[email protected]>
1 parent d47cebc commit ff3b263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unlvtests/counttestset.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ done <"$pages"
5555
echo "$accfiles"
5656
echo "$wafiles"
5757

58-
unlvtests/ocreval/bin/accsum "$accfiles" >"unlvtests/reports/$setname.characc"
59-
unlvtests/ocreval/bin/ocrevalutf8 unlvtests/ocreval/bin/wordaccsum "$wafiles" >"unlvtests/reports/$setname.wordacc"
58+
unlvtests/ocreval/bin/accsum $accfiles >"unlvtests/reports/$setname.characc"
59+
unlvtests/ocreval/bin/ocrevalutf8 unlvtests/ocreval/bin/wordaccsum $wafiles >"unlvtests/reports/$setname.wordacc"

0 commit comments

Comments
 (0)