Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/bin/expr Note PR bin/12838.
details: https://anonhg.NetBSD.org/src/rev/07eeeaef3a46
branches: trunk
changeset: 778226:07eeeaef3a46
user: jruoho <jruoho%NetBSD.org@localhost>
date: Tue Mar 20 06:30:02 2012 +0000
description:
Note PR bin/12838.
diffstat:
tests/bin/expr/t_expr.sh | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r b8d8cb3fe147 -r 07eeeaef3a46 tests/bin/expr/t_expr.sh
--- a/tests/bin/expr/t_expr.sh Tue Mar 20 06:18:33 2012 +0000
+++ b/tests/bin/expr/t_expr.sh Tue Mar 20 06:30:02 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_expr.sh,v 1.1 2012/03/17 16:33:11 jruoho Exp $
+# $NetBSD: t_expr.sh,v 1.2 2012/03/20 06:30:02 jruoho Exp $
#
# Copyright (c) 2007 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -149,10 +149,11 @@
atf_test_case multiply
multiply_head() {
- atf_set "descr" "Test the multiply operator"
+ atf_set "descr" "Test the multiply operator (PR bin/12838)"
}
multiply_body() {
test_expr '1 \* -1' '-1'
+ test_expr '2 \> 1 \* 17' '0'
}
atf_test_case negative
Home |
Main Index |
Thread Index |
Old Index