The unified diff between revisions [2df88abf..] and [818e3621..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'tests/disallowing_persistence_of_passphrase/__driver__.lua'
#
#
# patch "tests/disallowing_persistence_of_passphrase/__driver__.lua"
# from [f958eef23ce1d9afe61383d47a3bca777e206a8a]
# to [dd1479635e0685e6e78a0e5fbbd9265494703342]
#
============================================================
--- tests/disallowing_persistence_of_passphrase/__driver__.lua f958eef23ce1d9afe61383d47a3bca777e206a8a
+++ tests/disallowing_persistence_of_passphrase/__driver__.lua dd1479635e0685e6e78a0e5fbbd9265494703342
@@ -2,18 +2,16 @@ save_env()
mtn_setup()
save_env()
-unset_env("SSH_AUTH_SOCK")
-
check(get("persist.lua"))
addfile("input.txt", "version 0 of the file")
writefile("input.txt", "version 1 of the file")
-check(mtn("--branch=testbranch", "--rcfile=persist.lua",
+check(mtn("--ssh-sign=no", "--branch=testbranch", "--rcfile=persist.lua",
"commit", "--message=blah-blah"),
1, false, false, "tester@test.net\n")
-check(mtn("--branch=testbranch", "--rcfile=persist.lua",
+check(mtn("--ssh-sign=no", "--branch=testbranch", "--rcfile=persist.lua",
"commit", "--message=blah-blah"),
0, false, false, string.rep("tester@test.net\n", 4))
@@ -23,4 +21,3 @@ check(qgrep("changelog", "stdout"))
check(qgrep("date", "stdout"))
check(qgrep("changelog", "stdout"))
-restore_env()