tests: expose automake bug#14560
[platform/upstream/automake.git] / t / tap-escape-directive-2.sh
old mode 100755 (executable)
new mode 100644 (file)
index 135df29..63caafd
@@ -37,9 +37,7 @@ not ok \\\\\\\\\\# TODO
 ok     \\\\\\\\\\# SKIP
 END
 
-$MAKE check >stdout || { cat stdout; exit 1; }
-cat stdout
-
+run_make -O check
 count_test_results total=8 pass=2 fail=0 xpass=0 xfail=3 skip=3 error=0
 
 grep '^XFAIL: all\.test 1 .*# TODO' stdout