summaryrefslogtreecommitdiff
path: root/t/tap-realtime.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-02-14 11:46:49 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-02-14 11:49:44 +0100
commit9fa6029855f48e73ebac0243e1ccebe3628730ee (patch)
tree3f4348f340d9882560440e8c8bb483b873d458ab /t/tap-realtime.sh
parent4cb56244fa7d51fe105784ccf6447604753e6ac6 (diff)
downloadautomake-9fa6029855f48e73ebac0243e1ccebe3628730ee.tar.gz
typofix: in diagnostic in test 't/tap-realtime.sh'
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/tap-realtime.sh')
-rwxr-xr-xt/tap-realtime.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/tap-realtime.sh b/t/tap-realtime.sh
index 11e607de5..e9b2b0c3b 100755
--- a/t/tap-realtime.sh
+++ b/t/tap-realtime.sh
@@ -45,7 +45,7 @@ rm -f expect-check
# user as soon as it gets it.
if ! using_gmake; then
case $MAKE in
- *\ -j*) skip_ "doesn't with non-GNU concurrent make";;
+ *\ -j*) skip_ "doesn't work with non-GNU concurrent make";;
esac
# Prevent Sun Distributed Make from trying to run in parallel.
DMAKE_MODE=serial; export DMAKE_MODE