Install all packages in debs directory if debs boot parameter is specified
[grml-autoconfig.git] / tests / test_debs.sh
index a1f5aa3..04b566b 100755 (executable)
@@ -16,7 +16,7 @@ dpkg() {
 
 test_debs() {
     . ../autoconfig.functions
-    CMDLINE='debs=*'
+    CMDLINE='debs'
     INSTALLED=''
 
     TMPDIR=$(mktemp -d)
@@ -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"