]> git.saurik.com Git - apt.git/blobdiff - test/integration/framework
* cmdline/apt-mark.cc:
[apt.git] / test / integration / framework
index 50c5157e961701edba56b02d81e198906c38ca30..b257738e788d014f17e683f34f7b416f134c5086 100644 (file)
@@ -695,7 +695,7 @@ testmarkedauto() {
                while [ -n "$1" ]; do echo "$1"; shift; done | sort > $COMPAREFILE
        else
                msgtest 'Test for correctly marked as auto-installed' 'no package'
-               echo > $COMPAREFILE
+               echo -n > $COMPAREFILE
        fi
        aptmark showauto 2>&1 | checkdiff $COMPAREFILE - && msgpass || msgfail
 }