tests/test_debs.sh: provide einfo/eend wrapper for non-existing grml-etc-core files...
[grml-autoconfig.git] / 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
 
+    einfo() { echo "$*"; }
+    eend() { echo ; }
     config_debs
 
     rm -rf "$TMPDIR"