Release new version 0.22.0
[grml-autoconfig.git] / tests / test_debs.sh
index 0a06a0d..022d241 100755 (executable)
@@ -15,8 +15,8 @@ dpkg() {
 }
 
 test_debs() {
-    . ../autoconfig.functions
-    CMDLINE='debs=*'
+    . ../autoconfig.functions || exit 1
+    CMDLINE='debs'
     INSTALLED=''
 
     TMPDIR=$(mktemp -d)