diff options
author | Mattias Andrée <maandree@kth.se> | 2016-03-24 23:41:56 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-03-24 23:41:56 +0100 |
commit | 03929d01bbd1b82429e3194c241734194c88c80c (patch) | |
tree | 128377078e9ab8c61d1bdbab22d49f48d29df75e /test-test | |
parent | test-test: -G -O are not too useful, skip them (diff) | |
download | base-util-tests-03929d01bbd1b82429e3194c241734194c88c80c.tar.gz base-util-tests-03929d01bbd1b82429e3194c241734194c88c80c.tar.bz2 base-util-tests-03929d01bbd1b82429e3194c241734194c88c80c.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'test-test')
-rwxr-xr-x | test-test/test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-test/test b/test-test/test index c9f1256..d3e8b8d 100755 --- a/test-test/test +++ b/test-test/test @@ -490,7 +490,7 @@ parenthesis () F '' -o \( xx -a '' \) && F '' -o \( '' -a xx \) && F '' -o \( '' -a '' \) && - T \( xx -a xx \) + T \( xx -a xx \) && F \(xx = xx\) report_np $? "parenthesis" # Actually obsolescent. |