diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-04-21 16:46:28 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-04-21 16:46:28 +0200 |
commit | c98fb5e00d4b8a7e0c372e9cbc857046dec3b3dd (patch) | |
tree | 537581e193868c935fc5a22ee49d2f380c4de17d /test | |
parent | e1a279fb9b1580d69f5aac5d2c7191eb6ee59947 (diff) |
* cmdline/apt-mark.cc:
- reimplement apt-mark in c++
Diffstat (limited to 'test')
-rw-r--r-- | test/integration/framework | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/framework b/test/integration/framework index 50c5157e9..b257738e7 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -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 } |