1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2025-02-20 01:50:04 +00:00

remove unused test files

This commit is contained in:
Adrien Waksberg 2017-02-11 15:11:08 +01:00
parent adf34a006c
commit 501ae5ab2e
2 changed files with 0 additions and 12 deletions

View file

@ -1 +0,0 @@
echo "test\ntest\n" | ruby ./bin/mpw config --init test@test.com

View file

@ -1,11 +0,0 @@
require 'open3'
Open3.popen3("./bin/mpw config --init test@test.com") do |stdin, stdout, stderr, thread|
stdin.puts 'test'
stdin.puts 'test'
end
Open3.popen3("./bin/mpw list") do |stdin, stdout, stderr, thread|
stdin.puts 'test'
puts stdout
end