From c97218a54271bdcc59a0a7b67704feb5344b89d9 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sat, 27 Apr 2013 15:49:52 +0200 Subject: [PATCH] tests: remove dead code from t/make-dryrun.tap Signed-off-by: Stefano Lattarini --- t/make-dryrun.tap | 2 -- 1 file changed, 2 deletions(-) diff --git a/t/make-dryrun.tap b/t/make-dryrun.tap index 208b421..a7597a3 100755 --- a/t/make-dryrun.tap +++ b/t/make-dryrun.tap @@ -38,8 +38,6 @@ echo AC_OUTPUT >> configure.ac cat > Makefile.am <<'END' all: : Dummy, nothing to do. -foo: - $(MAKE) all run: @echo ":: $$MAKEFLAGS ::"; : For debugging. $(am__make_dryrun) && exit 1; echo ok > from-run -- 2.7.4