diff options
| author | Abigail <abigail@abigail.be> | 2020-12-01 09:56:20 +0100 |
|---|---|---|
| committer | Abigail <abigail@abigail.be> | 2020-12-01 09:56:20 +0100 |
| commit | 0d14b2db2b2c34c46600f0d3ed3498bef6e0b75c (patch) | |
| tree | c7b14c128f1ba6a293d986a448105749bae8708e /challenge-089/abigail | |
| parent | a8f50ca05f2d154cf30d08789c951570f9de6bd3 (diff) | |
| download | perlweeklychallenge-club-0d14b2db2b2c34c46600f0d3ed3498bef6e0b75c.tar.gz perlweeklychallenge-club-0d14b2db2b2c34c46600f0d3ed3498bef6e0b75c.tar.bz2 perlweeklychallenge-club-0d14b2db2b2c34c46600f0d3ed3498bef6e0b75c.zip | |
Small changes to test program.
Diffstat (limited to 'challenge-089/abigail')
| -rwxr-xr-x | challenge-089/abigail/test.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/challenge-089/abigail/test.pl b/challenge-089/abigail/test.pl index 664a283e44..a3bba2da19 100755 --- a/challenge-089/abigail/test.pl +++ b/challenge-089/abigail/test.pl @@ -55,9 +55,9 @@ my %languages = ( ext => "sql", }, 'Befunge-93' => { - ext => "bf", + ext => "bf93", dir => "befunge-93", - exe => "$HOME/Bin/bf", + exe => "$HOME/Bin/run-language", }, Bash => { ext => "sh", |
