diff options
Diffstat (limited to 'tests/misc/stty-invalid')
-rwxr-xr-x | tests/misc/stty-invalid | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/misc/stty-invalid b/tests/misc/stty-invalid index d35159475..d478765ed 100755 --- a/tests/misc/stty-invalid +++ b/tests/misc/stty-invalid @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that stty diagnoses invalid inputs, rather than silently misbehaving. -# Copyright (C) 2007 Free Software Foundation, Inc. +# Copyright (C) 2007-2008 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -22,8 +22,8 @@ if test "$VERBOSE" = yes; then fi # Make sure there's a tty on stdin. -. $srcdir/../input-tty -. $srcdir/../test-lib.sh +. $top_srcdir/tests/input-tty +. $top_srcdir/tests/test-lib.sh fail=0 |