test: cleaned up stty get/set in tests

This commit is contained in:
Olof hagsand 2023-09-22 13:43:27 +02:00
parent 2603b6f139
commit 2b6bd4fb5c
4 changed files with 9 additions and 8 deletions

View file

@ -4,7 +4,6 @@
# Test skip for leaf, container and list
# Test alias only for leaf, since it is not implemented for container+list
# see also test_autocli_hide.sh
set -u
# Magic line must be first in script (see README.md)
s="$_" ; . ./lib.sh || if [ "$s" = $0 ]; then exit 0; else return 0; fi