From c93840cf04855570244c70d1d9873840ac3f6ea8 Mon Sep 17 00:00:00 2001 From: Max Kirillov Date: Sun, 15 Jan 2017 15:38:15 +0200 Subject: [PATCH] fixup: correct test --- itest.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itest.pl b/itest.pl index de964d1..4842fdb 100755 --- a/itest.pl +++ b/itest.pl @@ -397,7 +397,7 @@ t { my $g = env_guard->new("GIT_EDITOR", "$SOURCE_DIR/itest-edit.sh"); my $gc = env_guard->new("GIT_SEQUENCE_EDITOR_CASE", "pass"); - cmd("$testee HEAD base..src_dest", "!= 0"); + cmd("$testee -i HEAD base..src_dest", "!= 0"); like(`$testee --current`, qr/pick [0-9a-f]+ current_failed_twice1\n/); write_file("f1", "l1\nl2l2\nl3\n"); cmd("git add f1 && git commit --no-edit"); -- 2.11.4.GIT