From 10ed8f2cd08eba2f5a35ae07b29330d2592c3faa Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 16 Oct 2010 19:04:27 +0200 Subject: [PATCH] tests/test_debs.sh: provide einfo/eend wrapper for non-existing grml-etc-core files /etc/grml/lsb-functions and /etc/grml_colors. --- tests/test_debs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_debs.sh b/tests/test_debs.sh index a1f5aa3..0a06a0d 100755 --- a/tests/test_debs.sh +++ b/tests/test_debs.sh @@ -25,6 +25,8 @@ test_debs() { mkdir -p "$DEB_DIR" touch "$DEB_DIR"/{1..$EXPECTED_COUNT}.deb + einfo() { echo "$*"; } + eend() { echo ; } config_debs rm -rf "$TMPDIR" -- 2.1.4