From c6301ae0afc54b87205079a34d959b8b8d09502c Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Sun, 27 Oct 2013 12:37:11 +0100 Subject: Remove empty check files and flags files. for f in $(find test -name '*.check' -o -name '*.flags'); do [[ $(wc -c $f | sed -E 's/ *([0-9]+).*/\1/') == "0" ]] && rm $f; done --- test/pending/run/macro-term-declared-in-anonymous-explicit-import.check | 0 test/pending/run/virtpatmat_anonfun_underscore.check | 0 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 test/pending/run/macro-term-declared-in-anonymous-explicit-import.check delete mode 100644 test/pending/run/virtpatmat_anonfun_underscore.check (limited to 'test/pending') diff --git a/test/pending/run/macro-term-declared-in-anonymous-explicit-import.check b/test/pending/run/macro-term-declared-in-anonymous-explicit-import.check deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/test/pending/run/virtpatmat_anonfun_underscore.check b/test/pending/run/virtpatmat_anonfun_underscore.check deleted file mode 100644 index e69de29bb2..0000000000 -- cgit v1.2.3