X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/b209edfa318e89df31a2dcae82c3d72b48c1e77f..25b86db159fbc3c043628e285c0c1ef24dec2c6e:/test/integration/test-apt-extracttemplates?ds=sidebyside diff --git a/test/integration/test-apt-extracttemplates b/test/integration/test-apt-extracttemplates index 276862464..5dadc4933 100755 --- a/test/integration/test-apt-extracttemplates +++ b/test/integration/test-apt-extracttemplates @@ -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