Skip to content

Commit 436b360

Browse files
authored
Update test_certs_r5.sh
1 parent 4da09b3 commit 436b360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test_certs_r5.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ for providerdir in $(ls -d $inputdir/*/); do
9494
# than invoking a new JVM for each cert.
9595
if [ "$verifier" = "bc" ]; then
9696
echo `pwd`
97-
echo `ls $zip`
97+
echo `ls -l $zip`
9898
(verify_r3.sh $zip >> $resultsfile)
9999
else # other providers
100100
unzipdir=${providerdir}$certsdir

0 commit comments

Comments
 (0)