diff options
Diffstat (limited to 'tests/misc/stty-row-col')
-rwxr-xr-x | tests/misc/stty-row-col | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/stty-row-col b/tests/misc/stty-row-col index 5acb3d0bb..ed7fede97 100755 --- a/tests/misc/stty-row-col +++ b/tests/misc/stty-row-col @@ -28,7 +28,7 @@ export COLUMNS LC_ALL=C export LC_ALL -. $srcdir/test-lib.sh +. "${srcdir=.}/init.sh"; path_prepend_ ../src test "$VERBOSE" = yes && stty --version require_controlling_input_terminal_ |