diff --git a/tests/bonsai/dj.sh b/tests/bonsai/dj.sh index eaefaa9..8016ec3 100755 --- a/tests/bonsai/dj.sh +++ b/tests/bonsai/dj.sh @@ -7,7 +7,7 @@ # permitted in any medium without royalty provided the copyright notice and this # notice are preserved. This file is offered as-is, without any warranty. -. tests/bonsai/aliases +. tests/bonsai/test_env ! dj -h diff --git a/tests/bonsai/false.sh b/tests/bonsai/false.sh index 6098b4f..3ad0e94 100755 --- a/tests/bonsai/false.sh +++ b/tests/bonsai/false.sh @@ -7,7 +7,7 @@ # permitted in any medium without royalty provided the copyright notice and this # notice are preserved. This file is offered as-is, without any warranty. -. tests/bonsai/aliases +. tests/bonsai/test_env ! false ! false -h diff --git a/tests/bonsai/fop.sh b/tests/bonsai/fop.sh index 2a4e4a9..2cb2533 100755 --- a/tests/bonsai/fop.sh +++ b/tests/bonsai/fop.sh @@ -6,7 +6,7 @@ # permitted in any medium without royalty provided the copyright notice and this # notice are preserved. This file is offered as-is, without any warranty. -. tests/bonsai/aliases +. tests/bonsai/test_env ! fop -h diff --git a/tests/bonsai/hru.sh b/tests/bonsai/hru.sh index fd59e69..51bf7c1 100755 --- a/tests/bonsai/hru.sh +++ b/tests/bonsai/hru.sh @@ -6,7 +6,7 @@ # permitted in any medium without royalty provided the copyright notice and this # notice are preserved. This file is offered as-is, without any warranty. -. tests/bonsai/aliases +. tests/bonsai/test_env alias strcmp="$BIN/strcmp" alias rpn="$BIN/rpn" diff --git a/tests/bonsai/intcmp.sh b/tests/bonsai/intcmp.sh index c566877..e3cdcb7 100755 --- a/tests/bonsai/intcmp.sh +++ b/tests/bonsai/intcmp.sh @@ -7,7 +7,7 @@ # permitted in any medium without royalty provided the copyright notice and this # notice are preserved. This file is offered as-is, without any warranty. -. tests/bonsai/aliases +. tests/bonsai/test_env intcmp -e 3 3 3 intcmp -g 3 2 1 diff --git a/tests/bonsai/mm.sh b/tests/bonsai/mm.sh index 686ad1a..43f3a1c 100755 --- a/tests/bonsai/mm.sh +++ b/tests/bonsai/mm.sh @@ -6,7 +6,7 @@ # permitted in any medium without royalty provided the copyright notice and this # notice are preserved. This file is offered as-is, without any warranty. -. tests/bonsai/aliases +. tests/bonsai/test_env exec 3>&1 diff --git a/tests/bonsai/strcmp.sh b/tests/bonsai/strcmp.sh index 9c7ceb0..018cee2 100755 --- a/tests/bonsai/strcmp.sh +++ b/tests/bonsai/strcmp.sh @@ -7,7 +7,7 @@ # permitted in any medium without royalty provided the copyright notice and this # notice are preserved. This file is offered as-is, without any warranty. -. tests/bonsai/aliases +. tests/bonsai/test_env strcmp equals equals ! strcmp inequals equals diff --git a/tests/bonsai/aliases b/tests/bonsai/test_env similarity index 100% rename from tests/bonsai/aliases rename to tests/bonsai/test_env diff --git a/tests/bonsai/true.sh b/tests/bonsai/true.sh index 39d3d53..413d758 100755 --- a/tests/bonsai/true.sh +++ b/tests/bonsai/true.sh @@ -7,7 +7,7 @@ # permitted in any medium without royalty provided the copyright notice and this # notice are preserved. This file is offered as-is, without any warranty. -. tests/bonsai/aliases +. tests/bonsai/test_env true true -h