aboutsummaryrefslogtreecommitdiffstats
path: root/test-test
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-03-24 23:41:56 +0100
committerMattias Andrée <maandree@kth.se>2016-03-24 23:41:56 +0100
commit03929d01bbd1b82429e3194c241734194c88c80c (patch)
tree128377078e9ab8c61d1bdbab22d49f48d29df75e /test-test
parenttest-test: -G -O are not too useful, skip them (diff)
downloadbase-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 '')
-rwxr-xr-xtest-test/test2
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.