From 9fa6029855f48e73ebac0243e1ccebe3628730ee Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Thu, 14 Feb 2013 11:46:49 +0100 Subject: [PATCH] typofix: in diagnostic in test 't/tap-realtime.sh' Signed-off-by: Stefano Lattarini --- t/tap-realtime.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2