fix bug in test

This commit is contained in:
CismonX 2020-06-22 14:17:14 +08:00
parent 991002a952
commit 71a29b7ef0
No known key found for this signature in database
GPG Key ID: 315D6652268C5007
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ set timeout 20
puts "Downloading files..."
exec wget --quiet "http://www.eleves.ens.fr:8080/home/madore/unlambda-2.0.0.tar.gz"
puts "Extracting archive..."
exec tar -zxvf "unlambda-2.0.0.tar.gz"
exec tar -zxvf "unlambda-2.0.0.tar.gz" >& /dev/null
set pwd [ pwd ]
set quines [ glob -directory "$pwd/unlambda-2.0.0/CUAN/quine/" "*.unl" ]