From: Michael Prokop Date: Sat, 16 Oct 2010 17:04:27 +0000 (+0200) Subject: tests/test_debs.sh: provide einfo/eend wrapper for non-existing grml-etc-core files... X-Git-Tag: v0.9.14~1 X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=10ed8f2cd08eba2f5a35ae07b29330d2592c3faa tests/test_debs.sh: provide einfo/eend wrapper for non-existing grml-etc-core files /etc/grml/lsb-functions and /etc/grml_colors. --- 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"