]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-apt-extracttemplates
support arch:all data e.g. in separate Packages file
[apt.git] / test / integration / test-apt-extracttemplates
index 276862464096bafecb6737947505218daaa90266..8f335589e649314f733155c47479a56ae3afb746 100755 (executable)
@@ -10,7 +10,7 @@ configarchitecture 'amd64'
 # apt-extracttemplates needs this
 insertinstalledpackage 'pkg-with-template' 'amd64' '1.0'
 
-# build a simple package that contains a config and a tempalte
+# build a simple package that contains a config and a template
 mkdir -p DEBIAN
 CONFIG_STR="#!/bin/sh
 random shell stuff
@@ -35,7 +35,7 @@ Description: Some bar var
        OUT='rootdir/tmp/testsuccess.output'
        testequal "$1" cut -f1 -d' ' $OUT
        if [ -n "$2" ]; then
-               testequal '' cut -f2 -d' ' $OUT
+               testequal '' cut -s -f2 -d' ' $OUT
        else
                testequal '1.0' cut -f2 -d' ' $OUT
        fi