aboutsummaryrefslogtreecommitdiff
path: root/internal/readpassword/passfile_test_files/empty.txt
AgeCommit message (Collapse)Author
2018-12-15passfile: directly read file instead of invoking catJakob Unterwurzacher
Allows better error handling, gets rid of the call to an external program, and fixes https://github.com/rfjakob/gocryptfs/issues/278 .