aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-04-05 05:23:11 -0400
committerMike Frysinger <vapier@gentoo.org>2009-04-05 05:23:50 -0400
commitd24e5960aa35172667fe2e828659a7a174a2eab0 (patch)
tree3ab1d8e9182d5c9202ea2e37537a1e90ac83e5ec /tests/local.at
parentbump to sandbox-1.9 (diff)
downloadsandbox-d24e5960aa35172667fe2e828659a7a174a2eab0.tar.gz
sandbox-d24e5960aa35172667fe2e828659a7a174a2eab0.tar.bz2
sandbox-d24e5960aa35172667fe2e828659a7a174a2eab0.zip
tests: use POSIX expr
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'tests/local.at')
-rw-r--r--tests/local.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/local.at b/tests/local.at
index 5cbac64..271aa2b 100644
--- a/tests/local.at
+++ b/tests/local.at
@@ -6,7 +6,7 @@ m4_defun([SB_CHECK],[dnl
AT_SETUP([SB_SECTION/$1])
AT_XFAIL_IF([(
]SB_SECTION[-0 >/dev/null ; test $? -eq 77 && exit 0
- if expr match ]SB_SECTION[ .*_static >/dev/null ; then
+ if expr ]SB_SECTION[ : .*_static >/dev/null ; then
trace-0 ; test $? -eq 77 && exit 0
fi
exit 1