diff options
author | Pádraig Brady <P@draigBrady.com> | 2012-01-25 23:13:58 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2012-01-25 23:16:17 +0000 |
commit | 14a1e3ea837f1453423ae101e3f04103d4fd8910 (patch) | |
tree | ffc4291d8caf18c8f96b588b1f6540cb88c65abe /tests | |
parent | 9d46b25dedf5259f7a20dd2e8e8a6b738687babf (diff) | |
download | coreutils-14a1e3ea837f1453423ae101e3f04103d4fd8910.tar.xz |
maint: cleanup an extraneous version output in a test
* test/misc/stdbuf: Fixup the minor copy & paste issue
introduced in commit ff7f0ff8
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/misc/stdbuf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/stdbuf b/tests/misc/stdbuf index bf4edc179..3164df1b0 100755 --- a/tests/misc/stdbuf +++ b/tests/misc/stdbuf @@ -17,7 +17,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. . "${srcdir=.}/init.sh"; path_prepend_ ../src -print_ver_ stdbuf mv +print_ver_ stdbuf getlimits_ require_built_ stdbuf |