Merge branch 'maint'
[platform/upstream/automake.git] / t / remake6.sh
index b6c580c..2146b38 100755 (executable)
@@ -39,7 +39,7 @@ do_check ()
 {
   $MAKE >stdout || { cat stdout; exit 1; }
   cat stdout
-  test $(grep -c " --run " stdout) -eq 1
+  test $(grep -c "/missing " stdout) -eq 1
 }
 
 # Now, we are set up.  Ensure that, for either missing Makefile.in,