From: Stefano Lattarini Date: Thu, 14 Feb 2013 10:46:49 +0000 (+0100) Subject: typofix: in diagnostic in test 't/tap-realtime.sh' X-Git-Tag: v1.13.1d~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fa6029855f48e73ebac0243e1ccebe3628730ee;p=thirdparty%2Fautomake.git typofix: in diagnostic in test 't/tap-realtime.sh' Signed-off-by: Stefano Lattarini --- 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