diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-02-14 11:46:49 +0100 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-02-14 11:49:44 +0100 |
commit | 9fa6029855f48e73ebac0243e1ccebe3628730ee (patch) | |
tree | 3f4348f340d9882560440e8c8bb483b873d458ab /t/tap-realtime.sh | |
parent | 4cb56244fa7d51fe105784ccf6447604753e6ac6 (diff) | |
download | automake-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-x | t/tap-realtime.sh | 2 |
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 |