tests: bonsai: rename aliases sourced script to test_env

This commit is contained in:
Emma Tebibyte 2024-04-25 18:57:05 -06:00
parent 0113cf793d
commit 4ad9e0da92
Signed by: emma
GPG Key ID: 06FA419A1698C270
9 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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