From a190cedd556d4fd5d1c393f4cbf513fb9d36f440 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Lallement Date: Mon, 5 May 2014 18:19:48 +0200 Subject: [PATCH] tests/autopkgtest.py: shell test with history --- tests/autopkgtest.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/autopkgtest.py b/tests/autopkgtest.py index 46d6924..13d4437 100755 --- a/tests/autopkgtest.py +++ b/tests/autopkgtest.py @@ -514,9 +514,8 @@ args.func() self.data.add('yellow', True, {'Version': '1.1~beta', 'Depends': 'libc6 (>= 0.9), nosuchpkg'}) - self.make_adt_britney('yellow 1.1~beta RUNNING yellow 1.1~beta\n', "") - #self.make_adt_britney('yellow 1.1~beta RUNNING yellow 1.1~beta\n', - # 'purple 2 FAIL pink 3.0.~britney\n') + self.make_adt_britney('yellow 1.1~beta RUNNING yellow 1.1~beta\n', + 'purple 2 FAIL pink 3.0.~britney\n') print('run:\n%s -c %s\n' % (self.britney, self.britney_conf)) subprocess.call(['bash', '-i'], cwd=self.data.path)