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 # permitted in any medium without royalty provided the copyright notice and this
# notice are preserved. This file is offered as-is, without any warranty. # notice are preserved. This file is offered as-is, without any warranty.
. tests/bonsai/aliases . tests/bonsai/test_env
! dj -h ! dj -h

View File

@ -7,7 +7,7 @@
# permitted in any medium without royalty provided the copyright notice and this # permitted in any medium without royalty provided the copyright notice and this
# notice are preserved. This file is offered as-is, without any warranty. # notice are preserved. This file is offered as-is, without any warranty.
. tests/bonsai/aliases . tests/bonsai/test_env
! false ! false
! false -h ! false -h

View File

@ -6,7 +6,7 @@
# permitted in any medium without royalty provided the copyright notice and this # permitted in any medium without royalty provided the copyright notice and this
# notice are preserved. This file is offered as-is, without any warranty. # notice are preserved. This file is offered as-is, without any warranty.
. tests/bonsai/aliases . tests/bonsai/test_env
! fop -h ! fop -h

View File

@ -6,7 +6,7 @@
# permitted in any medium without royalty provided the copyright notice and this # permitted in any medium without royalty provided the copyright notice and this
# notice are preserved. This file is offered as-is, without any warranty. # notice are preserved. This file is offered as-is, without any warranty.
. tests/bonsai/aliases . tests/bonsai/test_env
alias strcmp="$BIN/strcmp" alias strcmp="$BIN/strcmp"
alias rpn="$BIN/rpn" alias rpn="$BIN/rpn"

View File

@ -7,7 +7,7 @@
# permitted in any medium without royalty provided the copyright notice and this # permitted in any medium without royalty provided the copyright notice and this
# notice are preserved. This file is offered as-is, without any warranty. # 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 -e 3 3 3
intcmp -g 3 2 1 intcmp -g 3 2 1

View File

@ -6,7 +6,7 @@
# permitted in any medium without royalty provided the copyright notice and this # permitted in any medium without royalty provided the copyright notice and this
# notice are preserved. This file is offered as-is, without any warranty. # notice are preserved. This file is offered as-is, without any warranty.
. tests/bonsai/aliases . tests/bonsai/test_env
exec 3>&1 exec 3>&1

View File

@ -7,7 +7,7 @@
# permitted in any medium without royalty provided the copyright notice and this # permitted in any medium without royalty provided the copyright notice and this
# notice are preserved. This file is offered as-is, without any warranty. # notice are preserved. This file is offered as-is, without any warranty.
. tests/bonsai/aliases . tests/bonsai/test_env
strcmp equals equals strcmp equals equals
! strcmp inequals equals ! strcmp inequals equals

View File

@ -7,7 +7,7 @@
# permitted in any medium without royalty provided the copyright notice and this # permitted in any medium without royalty provided the copyright notice and this
# notice are preserved. This file is offered as-is, without any warranty. # notice are preserved. This file is offered as-is, without any warranty.
. tests/bonsai/aliases . tests/bonsai/test_env
true true
true -h true -h