diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-29 21:49:59 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-29 21:49:59 +0000 |
commit | 8b4811a61b374da1f687f0b5e6119010bd2dffdb (patch) | |
tree | 46bc3035255dd1b28a342006464110b98365821e /tests | |
parent | d62f87f164fc1cedc3e96f01bfa6d9abc4ec1bc2 (diff) | |
download | coreutils-8b4811a61b374da1f687f0b5e6119010bd2dffdb.tar.xz |
Don't use 'set -'
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/stty/row-col-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stty/row-col-1 b/tests/stty/row-col-1 index 7873a6df8..f4b37dfda 100755 --- a/tests/stty/row-col-1 +++ b/tests/stty/row-col-1 @@ -36,7 +36,7 @@ tests=' 9 rows_30 30_80 NA LAST NA ' -set - $tests +set $tests saved_size=.saved-size |