tests/test_debs.sh: provide einfo/eend wrapper for non-existing grml-etc-core files...
authorMichael Prokop <mika@grml.org>
Sat, 16 Oct 2010 17:04:27 +0000 (19:04 +0200)
committerMichael Prokop <mika@grml.org>
Sat, 16 Oct 2010 17:07:19 +0000 (19:07 +0200)
tests/test_debs.sh

index a1f5aa3..0a06a0d 100755 (executable)
@@ -25,6 +25,8 @@ test_debs() {
     mkdir -p "$DEB_DIR"
     touch "$DEB_DIR"/{1..$EXPECTED_COUNT}.deb
 
     mkdir -p "$DEB_DIR"
     touch "$DEB_DIR"/{1..$EXPECTED_COUNT}.deb
 
+    einfo() { echo "$*"; }
+    eend() { echo ; }
     config_debs
 
     rm -rf "$TMPDIR"
     config_debs
 
     rm -rf "$TMPDIR"