I tried to follow these instructions to compile boxes from GitHub
https://www.howtogeek.com/428988/how-to-install-software-using-git-on-linux/
I made sure a had the dependencies before starting it.
However, when I try to use make && make test commands i got these messages:
eddie@solus ~/boxes $ make && make test
| For compilation info please refer to the boxes compilation FAQ
| at https://boxes.thomasjensen.com/docs/faq.html#q5
make -C src BOXES_PLATFORM=unix build
make[1]: Entering directory '/home/eddie/boxes/src'
make BOXES_PLATFORM=unix ALL_OBJ="parser.o lex.yy.o boxes.o tools.o shape.o generate.o remove.o" CFLAGS_ADDTL="-O " STRIP=true flags_unix boxes
make[2]: Entering directory '/home/eddie/boxes/src'
make[2]: Nothing to be done for 'flags_unix'.
make[2]: 'boxes' is up to date.
make[2]: Leaving directory '/home/eddie/boxes/src'
make[1]: Leaving directory '/home/eddie/boxes/src'
cd test; ./testrunner.sh -suite
Running test case: 001_trivial.txt
Invoking: boxes
./testrunner.sh: line 80: diff: command not found
Error in test case: 001_trivial.txt (top: actual; bottom: expected)
Running test case: 002_trivial_10x5.txt
Invoking: boxes -s 10x5
./testrunner.sh: line 80: diff: command not found
Error in test case: 002_trivial_10x5.txt (top: actual; bottom: expected)
Running test case: 003_no_config_file.txt
Invoking: boxes -f nonexistent
./testrunner.sh: line 80: diff: command not found
Error in test case: 003_no_config_file.txt (top: actual; bottom: expected)
Running test case: 004_missing_option_argument.txt
Invoking: boxes -s
./testrunner.sh: line 80: diff: command not found
Error in test case: 004_missing_option_argument.txt (top: actual; bottom: expected)
Running test case: 005_alignment_single_line_hlvt.txt
Invoking: boxes -s 15x5 -a hlvt
./testrunner.sh: line 80: diff: command not found
Error in test case: 005_alignment_single_line_hlvt.txt (top: actual; bottom: expected)
Running test case: 006_alignment_single_line_hlvc.txt
Invoking: boxes -s 15x5 -a hlvc
./testrunner.sh: line 80: diff: command not found
Error in test case: 006_alignment_single_line_hlvc.txt (top: actual; bottom: expected)
Running test case: 007_alignment_single_line_hlvb.txt
Invoking: boxes -s 15x5 -a hlvb
./testrunner.sh: line 80: diff: command not found
Error in test case: 007_alignment_single_line_hlvb.txt (top: actual; bottom: expected)
Running test case: 008_alignment_single_line_hcvt.txt
Invoking: boxes -s 15x5 -a hcvt
./testrunner.sh: line 80: diff: command not found
Error in test case: 008_alignment_single_line_hcvt.txt (top: actual; bottom: expected)
Running test case: 009_alignment_single_line_hcvc.txt
Invoking: boxes -s 15x5 -a hcvc
./testrunner.sh: line 80: diff: command not found
Error in test case: 009_alignment_single_line_hcvc.txt (top: actual; bottom: expected)
Running test case: 010_alignment_single_line_hcvb.txt
Invoking: boxes -s 15x5 -a hcvb
./testrunner.sh: line 80: diff: command not found
Error in test case: 010_alignment_single_line_hcvb.txt (top: actual; bottom: expected)
Running test case: 011_alignment_single_line_hrvt.txt
Invoking: boxes -s 15x5 -a hrvt
./testrunner.sh: line 80: diff: command not found
Error in test case: 011_alignment_single_line_hrvt.txt (top: actual; bottom: expected)
Running test case: 012_alignment_single_line_hrvc.txt
Invoking: boxes -s 15x5 -a hrvc
./testrunner.sh: line 80: diff: command not found
Error in test case: 012_alignment_single_line_hrvc.txt (top: actual; bottom: expected)
Running test case: 013_alignment_single_line_hrvb.txt
Invoking: boxes -s 15x5 -a hrvb
./testrunner.sh: line 80: diff: command not found
Error in test case: 013_alignment_single_line_hrvb.txt (top: actual; bottom: expected)
Running test case: 014_alignment_single_line_l.txt
Invoking: boxes -s 15x5 -a l
./testrunner.sh: line 80: diff: command not found
Error in test case: 014_alignment_single_line_l.txt (top: actual; bottom: expected)
Running test case: 015_alignment_single_line_c.txt
Invoking: boxes -s 15x5 -a c
./testrunner.sh: line 80: diff: command not found
Error in test case: 015_alignment_single_line_c.txt (top: actual; bottom: expected)
Running test case: 016_alignment_single_line_r.txt
Invoking: boxes -s 15x5 -a r
./testrunner.sh: line 80: diff: command not found
Error in test case: 016_alignment_single_line_r.txt (top: actual; bottom: expected)
Running test case: 017_alignment_multiline_hlvtjl.txt
Invoking: boxes -s 15x7 -a hlvtjl
./testrunner.sh: line 80: diff: command not found
Error in test case: 017_alignment_multiline_hlvtjl.txt (top: actual; bottom: expected)
Running test case: 018_alignment_multiline_hlvtjc.txt
Invoking: boxes -s 15x7 -a hlvtjc
./testrunner.sh: line 80: diff: command not found
Error in test case: 018_alignment_multiline_hlvtjc.txt (top: actual; bottom: expected)
Running test case: 019_alignment_multiline_hlvtjr.txt
Invoking: boxes -s 15x7 -a hlvtjr
./testrunner.sh: line 80: diff: command not found
Error in test case: 019_alignment_multiline_hlvtjr.txt (top: actual; bottom: expected)
Running test case: 020_alignment_multiline_hlvcjl.txt
Invoking: boxes -s 15x7 -a hlvcjl
./testrunner.sh: line 80: diff: command not found
Error in test case: 020_alignment_multiline_hlvcjl.txt (top: actual; bottom: expected)
Running test case: 021_alignment_multiline_hlvcjc.txt
Invoking: boxes -s 15x7 -a hlvcjc
./testrunner.sh: line 80: diff: command not found
Error in test case: 021_alignment_multiline_hlvcjc.txt (top: actual; bottom: expected)
Running test case: 022_alignment_multiline_hlvcjr.txt
Invoking: boxes -s 15x7 -a hlvcjr
./testrunner.sh: line 80: diff: command not found
Error in test case: 022_alignment_multiline_hlvcjr.txt (top: actual; bottom: expected)
Running test case: 023_alignment_multiline_hlvbjl.txt
Invoking: boxes -s 15x7 -a hlvbjl
./testrunner.sh: line 80: diff: command not found
Error in test case: 023_alignment_multiline_hlvbjl.txt (top: actual; bottom: expected)
Running test case: 024_alignment_multiline_hlvbjc.txt
Invoking: boxes -s 15x7 -a hlvbjc
./testrunner.sh: line 80: diff: command not found
Error in test case: 024_alignment_multiline_hlvbjc.txt (top: actual; bottom: expected)
Running test case: 025_alignment_multiline_hlvbjr.txt
Invoking: boxes -s 15x7 -a hlvbjr
./testrunner.sh: line 80: diff: command not found
Error in test case: 025_alignment_multiline_hlvbjr.txt (top: actual; bottom: expected)
Running test case: 026_alignment_multiline_hcvtjl.txt
Invoking: boxes -s 15x7 -a hcvtjl
./testrunner.sh: line 80: diff: command not found
Error in test case: 026_alignment_multiline_hcvtjl.txt (top: actual; bottom: expected)
Running test case: 027_alignment_multiline_hcvtjc.txt
Invoking: boxes -s 15x7 -a hcvtjc
./testrunner.sh: line 80: diff: command not found
Error in test case: 027_alignment_multiline_hcvtjc.txt (top: actual; bottom: expected)
Running test case: 028_alignment_multiline_hcvtjr.txt
Invoking: boxes -s 15x7 -a hcvtjr
./testrunner.sh: line 80: diff: command not found
Error in test case: 028_alignment_multiline_hcvtjr.txt (top: actual; bottom: expected)
Running test case: 029_alignment_multiline_hcvcjl.txt
Invoking: boxes -s 15x7 -a hcvcjl
./testrunner.sh: line 80: diff: command not found
Error in test case: 029_alignment_multiline_hcvcjl.txt (top: actual; bottom: expected)
Running test case: 030_alignment_multiline_hcvcjc.txt
Invoking: boxes -s 15x7 -a hcvcjc
./testrunner.sh: line 80: diff: command not found
Error in test case: 030_alignment_multiline_hcvcjc.txt (top: actual; bottom: expected)
Running test case: 031_alignment_multiline_hcvcjr.txt
Invoking: boxes -s 15x7 -a hcvcjr
./testrunner.sh: line 80: diff: command not found
Error in test case: 031_alignment_multiline_hcvcjr.txt (top: actual; bottom: expected)
Running test case: 032_alignment_multiline_hcvbjl.txt
Invoking: boxes -s 15x7 -a hcvbjl
./testrunner.sh: line 80: diff: command not found
Error in test case: 032_alignment_multiline_hcvbjl.txt (top: actual; bottom: expected)
Running test case: 033_alignment_multiline_hcvbjc.txt
Invoking: boxes -s 15x7 -a hcvbjc
./testrunner.sh: line 80: diff: command not found
Error in test case: 033_alignment_multiline_hcvbjc.txt (top: actual; bottom: expected)
Running test case: 034_alignment_multiline_hcvbjr.txt
Invoking: boxes -s 15x7 -a hcvbjr
./testrunner.sh: line 80: diff: command not found
Error in test case: 034_alignment_multiline_hcvbjr.txt (top: actual; bottom: expected)
Running test case: 035_alignment_multiline_hrvtjl.txt
Invoking: boxes -s 15x7 -a hrvtjl
./testrunner.sh: line 80: diff: command not found
Error in test case: 035_alignment_multiline_hrvtjl.txt (top: actual; bottom: expected)
Running test case: 036_alignment_multiline_hrvtjc.txt
Invoking: boxes -s 15x7 -a hrvtjc
./testrunner.sh: line 80: diff: command not found
Error in test case: 036_alignment_multiline_hrvtjc.txt (top: actual; bottom: expected)
Running test case: 037_alignment_multiline_hrvtjr.txt
Invoking: boxes -s 15x7 -a hrvtjr
./testrunner.sh: line 80: diff: command not found
Error in test case: 037_alignment_multiline_hrvtjr.txt (top: actual; bottom: expected)
Running test case: 038_alignment_multiline_hrvcjl.txt
Invoking: boxes -s 15x7 -a hrvcjl
./testrunner.sh: line 80: diff: command not found
Error in test case: 038_alignment_multiline_hrvcjl.txt (top: actual; bottom: expected)
Running test case: 039_alignment_multiline_hrvcjc.txt
Invoking: boxes -s 15x7 -a hrvcjc
./testrunner.sh: line 80: diff: command not found
Error in test case: 039_alignment_multiline_hrvcjc.txt (top: actual; bottom: expected)
Running test case: 040_alignment_multiline_hrvcjr.txt
Invoking: boxes -s 15x7 -a hrvcjr
./testrunner.sh: line 80: diff: command not found
Error in test case: 040_alignment_multiline_hrvcjr.txt (top: actual; bottom: expected)
Running test case: 041_alignment_multiline_hrvbjl.txt
Invoking: boxes -s 15x7 -a hrvbjl
./testrunner.sh: line 80: diff: command not found
Error in test case: 041_alignment_multiline_hrvbjl.txt (top: actual; bottom: expected)
Running test case: 042_alignment_multiline_hrvbjc.txt
Invoking: boxes -s 15x7 -a hrvbjc
./testrunner.sh: line 80: diff: command not found
Error in test case: 042_alignment_multiline_hrvbjc.txt (top: actual; bottom: expected)
Running test case: 043_alignment_multiline_hrvbjr.txt
Invoking: boxes -s 15x7 -a hrvbjr
./testrunner.sh: line 80: diff: command not found
Error in test case: 043_alignment_multiline_hrvbjr.txt (top: actual; bottom: expected)
Running test case: 044_alignment_multiline_l.txt
Invoking: boxes -s 15x7 -a l
./testrunner.sh: line 80: diff: command not found
Error in test case: 044_alignment_multiline_l.txt (top: actual; bottom: expected)
Running test case: 045_alignment_multiline_c.txt
Invoking: boxes -s 15x7 -a c
./testrunner.sh: line 80: diff: command not found
Error in test case: 045_alignment_multiline_c.txt (top: actual; bottom: expected)
Running test case: 046_alignment_multiline_r.txt
Invoking: boxes -s 15x7 -a r
./testrunner.sh: line 80: diff: command not found
Error in test case: 046_alignment_multiline_r.txt (top: actual; bottom: expected)
Running test case: 047_alignment_multiline_none.txt
Invoking: boxes -s 15x7
./testrunner.sh: line 80: diff: command not found
Error in test case: 047_alignment_multiline_none.txt (top: actual; bottom: expected)
Running test case: 048_alignment_multiline_vertical_round_down.txt
Invoking: boxes -s 15x7 -a c
./testrunner.sh: line 80: diff: command not found
Error in test case: 048_alignment_multiline_vertical_round_down.txt (top: actual; bottom: expected)
Running test case: 049_alignment_illegal_format.txt
Invoking: boxes -a mistake
./testrunner.sh: line 80: diff: command not found
Error in test case: 049_alignment_illegal_format.txt (top: actual; bottom: expected)
Running test case: 050_alignment_multiline_nop1.txt
Invoking: boxes -s 11x5 -a c
./testrunner.sh: line 80: diff: command not found
Error in test case: 050_alignment_multiline_nop1.txt (top: actual; bottom: expected)
Running test case: 051_alignment_multiline_nop2.txt
Invoking: boxes -s 11x5 -a hrvbjr
./testrunner.sh: line 80: diff: command not found
Error in test case: 051_alignment_multiline_nop2.txt (top: actual; bottom: expected)
Running test case: 052_simple_line_comment.txt
Invoking: boxes -c #
./testrunner.sh: line 80: diff: command not found
Error in test case: 052_simple_line_comment.txt (top: actual; bottom: expected)
Running test case: 053_size_25x10.txt
Invoking: boxes -s 25x10
./testrunner.sh: line 80: diff: command not found
Error in test case: 053_size_25x10.txt (top: actual; bottom: expected)
Running test case: 054_size_vs_padding_1.txt
Invoking: boxes -s 10x5
./testrunner.sh: line 80: diff: command not found
Error in test case: 054_size_vs_padding_1.txt (top: actual; bottom: expected)
Running test case: 055_size_vs_padding_2.txt
Invoking: boxes -s 9x5
./testrunner.sh: line 80: diff: command not found
Error in test case: 055_size_vs_padding_2.txt (top: actual; bottom: expected)
Running test case: 056_input_vs_size.txt
Invoking: boxes -s 2x2 -p a2
./testrunner.sh: line 80: diff: command not found
Error in test case: 056_input_vs_size.txt (top: actual; bottom: expected)
Running test case: 057_size_vs_padding_2.txt
Invoking: boxes -p v1h10 -s 30x6
./testrunner.sh: line 80: diff: command not found
Error in test case: 057_size_vs_padding_2.txt (top: actual; bottom: expected)
Running test case: 058_size_minimum_by_design.txt
Invoking: boxes -d diamonds -s 15x7
./testrunner.sh: line 80: diff: command not found
Error in test case: 058_size_minimum_by_design.txt (top: actual; bottom: expected)
Running test case: 059_size_same_as_design.txt
Invoking: boxes -d diamonds -s 40x16
./testrunner.sh: line 80: diff: command not found
Error in test case: 059_size_same_as_design.txt (top: actual; bottom: expected)
Running test case: 060_size_1_extra_line.txt
Invoking: boxes -d diamonds -s 40x17
./testrunner.sh: line 80: diff: command not found
Error in test case: 060_size_1_extra_line.txt (top: actual; bottom: expected)
Running test case: 061_size_1_extra_line_and_1_extra_column.txt
Invoking: boxes -d diamonds -s 41x17
./testrunner.sh: line 80: diff: command not found
Error in test case: 061_size_1_extra_line_and_1_extra_column.txt (top: actual; bottom: expected)
Running test case: 062_size_with_indent.txt
Invoking: boxes -s 15x7
./testrunner.sh: line 80: diff: command not found
Error in test case: 062_size_with_indent.txt (top: actual; bottom: expected)
Running test case: 063_size_with_indent_and_padding.txt
Invoking: boxes -s 15x7 -p l2
./testrunner.sh: line 80: diff: command not found
Error in test case: 063_size_with_indent_and_padding.txt (top: actual; bottom: expected)
Running test case: 064_size_with_indent_and_too_much_padding.txt
Invoking: boxes -s 15x7 -p l10
./testrunner.sh: line 80: diff: command not found
Error in test case: 064_size_with_indent_and_too_much_padding.txt (top: actual; bottom: expected)
Running test case: 065_size_missing_argument.txt
Invoking: boxes -s
./testrunner.sh: line 80: diff: command not found
Error in test case: 065_size_missing_argument.txt (top: actual; bottom: expected)
Running test case: 066_size_invalid_spec.txt
Invoking: boxes -s -2x3
./testrunner.sh: line 80: diff: command not found
Error in test case: 066_size_invalid_spec.txt (top: actual; bottom: expected)
Running test case: 067_size_as_small_as_possible_vertical.txt
Invoking: boxes -s 0x1
./testrunner.sh: line 80: diff: command not found
Error in test case: 067_size_as_small_as_possible_vertical.txt (top: actual; bottom: expected)
Running test case: 068_size_single_argument.txt
Invoking: boxes -s 15
./testrunner.sh: line 80: diff: command not found
Error in test case: 068_size_single_argument.txt (top: actual; bottom: expected)
Running test case: 069_size_single_argument_x.txt
Invoking: boxes -s x7
./testrunner.sh: line 80: diff: command not found
Error in test case: 069_size_single_argument_x.txt (top: actual; bottom: expected)
Running test case: 070_size_as_small_as_possible_horiz.txt
Invoking: boxes -s 1x0
./testrunner.sh: line 80: diff: command not found
Error in test case: 070_size_as_small_as_possible_horiz.txt (top: actual; bottom: expected)
Running test case: 071_size_invalid_spec_0x0.txt
Invoking: boxes -s 0x0
./testrunner.sh: line 80: diff: command not found
Error in test case: 071_size_invalid_spec_0x0.txt (top: actual; bottom: expected)
Running test case: 072_tab_expanded_split.txt
Invoking: boxes
./testrunner.sh: line 80: diff: command not found
Error in test case: 072_tab_expanded_split.txt (top: actual; bottom: expected)
Running test case: 073_tab_expanded_size4.txt
Invoking: boxes -t 4
./testrunner.sh: line 80: diff: command not found
Error in test case: 073_tab_expanded_size4.txt (top: actual; bottom: expected)
Running test case: 074_tab_keep_size4.txt
Invoking: boxes -t 4k
./testrunner.sh: line 80: diff: command not found
Error in test case: 074_tab_keep_size4.txt (top: actual; bottom: expected)
Running test case: 075_tab_unexpand.txt
Invoking: boxes -t 4u
./testrunner.sh: line 80: diff: command not found
Error in test case: 075_tab_unexpand.txt (top: actual; bottom: expected)
Running test case: 076_tab_keep_size4_withContent.txt
Invoking: boxes -t 4k
./testrunner.sh: line 80: diff: command not found
Error in test case: 076_tab_keep_size4_withContent.txt (top: actual; bottom: expected)
Running test case: 077_tab_unexpand_size8_withContent.txt
Invoking: boxes -t 8u
./testrunner.sh: line 80: diff: command not found
Error in test case: 077_tab_unexpand_size8_withContent.txt (top: actual; bottom: expected)
Running test case: 078_tab_unexpand_size8_withContent2.txt
Invoking: boxes -t 8u
./testrunner.sh: line 80: diff: command not found
Error in test case: 078_tab_unexpand_size8_withContent2.txt (top: actual; bottom: expected)
Running test case: 079_tab_keep_size8.txt
Invoking: boxes -t 8k
./testrunner.sh: line 80: diff: command not found
Error in test case: 079_tab_keep_size8.txt (top: actual; bottom: expected)
Running test case: 080_tab_expand_size4.txt
Invoking: boxes -t 4
./testrunner.sh: line 80: diff: command not found
Error in test case: 080_tab_expand_size4.txt (top: actual; bottom: expected)
Running test case: 081_tab_unexpand_size4_fromNone.txt
Invoking: boxes -t 4u
./testrunner.sh: line 80: diff: command not found
Error in test case: 081_tab_unexpand_size4_fromNone.txt (top: actual; bottom: expected)
Running test case: 082_tab_unexpand_size4_split.txt
Invoking: boxes -t 4u
./testrunner.sh: line 80: diff: command not found
Error in test case: 082_tab_unexpand_size4_split.txt (top: actual; bottom: expected)
Running test case: 083_list_design_info.txt
Invoking: boxes -l -d c
./testrunner.sh: line 80: diff: command not found
Error in test case: 083_list_design_info.txt (top: actual; bottom: expected)
Running test case: 084_list_design_info_for_cmdline_definition.txt
Invoking: boxes -c # -l
./testrunner.sh: line 80: diff: command not found
Error in test case: 084_list_design_info_for_cmdline_definition.txt (top: actual; bottom: expected)
Running test case: 085_q_option_center.txt
Invoking: boxes -ac -q -s 12
./testrunner.sh: line 80: diff: command not found
Error in test case: 085_q_option_center.txt (top: actual; bottom: expected)
Running test case: 086_q_option_right.txt
Invoking: boxes -ar -q -s 12
./testrunner.sh: line 80: diff: command not found
Error in test case: 086_q_option_right.txt (top: actual; bottom: expected)
Running test case: 087_q_option_left.txt
Invoking: boxes -q -s 12
./testrunner.sh: line 80: diff: command not found
Error in test case: 087_q_option_left.txt (top: actual; bottom: expected)
Running test case: 088_q_option_center_padded.txt
Invoking: boxes -ac -q -s 18x5 -p h3
./testrunner.sh: line 80: diff: command not found
Error in test case: 088_q_option_center_padded.txt (top: actual; bottom: expected)
Running test case: 089_q_option_center_padded_indented.txt
Invoking: boxes -ac -q -s 18 -p a3 -i box
./testrunner.sh: line 80: diff: command not found
Error in test case: 089_q_option_center_padded_indented.txt (top: actual; bottom: expected)
Running test case: 090_q_option_center_padded_indented_bigbox.txt
Invoking: boxes -ac -q -p a3 -d diamonds -i text
./testrunner.sh: line 80: diff: command not found
Error in test case: 090_q_option_center_padded_indented_bigbox.txt (top: actual; bottom: expected)
Running test case: 091_q_option_left_tabindent.txt
Invoking: boxes -q -t 8k
./testrunner.sh: line 80: diff: command not found
Error in test case: 091_q_option_left_tabindent.txt (top: actual; bottom: expected)
Running test case: 092_q_option_blanklines.txt
Invoking: boxes -q -s 12
./testrunner.sh: line 80: diff: command not found
Error in test case: 092_q_option_blanklines.txt (top: actual; bottom: expected)
Running test case: 093_q_option_blanklines_left.txt
Invoking: boxes -q -s 12 -al
./testrunner.sh: line 80: diff: command not found
Error in test case: 093_q_option_blanklines_left.txt (top: actual; bottom: expected)
Running test case: 094_q_option_emptyboxside.txt
Invoking: boxes -q -d right
./testrunner.sh: line 80: diff: command not found
Error in test case: 094_q_option_emptyboxside.txt (top: actual; bottom: expected)
Running test case: 095_ansi_basic.txt
Invoking: boxes
./testrunner.sh: line 80: diff: command not found
Error in test case: 095_ansi_basic.txt (top: actual; bottom: expected)
Running test case: 096_ansi_within.txt
Invoking: boxes
./testrunner.sh: line 80: diff: command not found
Error in test case: 096_ansi_within.txt (top: actual; bottom: expected)
Running test case: 097_ansi_mixed.txt
Invoking: boxes
./testrunner.sh: line 80: diff: command not found
Error in test case: 097_ansi_mixed.txt (top: actual; bottom: expected)
Running test case: 098_ansi_mixed_indent.txt
Invoking: boxes
./testrunner.sh: line 80: diff: command not found
Error in test case: 098_ansi_mixed_indent.txt (top: actual; bottom: expected)
Running test case: 099_ansi_align_left.txt
Invoking: boxes -al
./testrunner.sh: line 80: diff: command not found
Error in test case: 099_ansi_align_left.txt (top: actual; bottom: expected)
Running test case: 100_ansi_align_center.txt
Invoking: boxes -ac
./testrunner.sh: line 80: diff: command not found
Error in test case: 100_ansi_align_center.txt (top: actual; bottom: expected)
Running test case: 101_ansi_align_right.txt
Invoking: boxes -ar
./testrunner.sh: line 80: diff: command not found
Error in test case: 101_ansi_align_right.txt (top: actual; bottom: expected)
Running test case: 102_ansi_size.txt
Invoking: boxes -s35x10
./testrunner.sh: line 80: diff: command not found
Error in test case: 102_ansi_size.txt (top: actual; bottom: expected)
Running test case: 103_ansi_pad.txt
Invoking: boxes -pa5
./testrunner.sh: line 80: diff: command not found
Error in test case: 103_ansi_pad.txt (top: actual; bottom: expected)
Running test case: 104_ansi_lolcat.txt
Invoking: boxes -ar
./testrunner.sh: line 80: diff: command not found
Error in test case: 104_ansi_lolcat.txt (top: actual; bottom: expected)
104 tests executed, 0 successful, 104 failed.
make: *** [Makefile:99: test] Error 1
Could you guys shed some light on it?
Thanks,
Eduardo