diff options
author | Leah Neukirchen <leah@vuxu.org> | 2020-07-03 17:49:34 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2020-07-03 17:49:34 +0200 |
commit | 96c506085f13942a788104abd4edc7a4c10ea5a2 (patch) | |
tree | 5226319c50b1303606a91ee8ad255b1ff6415046 /t | |
parent | 30f3054bace96cc9ce673cb0c290479ae525da37 (diff) | |
download | mblaze-96c506085f13942a788104abd4edc7a4c10ea5a2.tar.gz mblaze-96c506085f13942a788104abd4edc7a4c10ea5a2.tar.xz mblaze-96c506085f13942a788104abd4edc7a4c10ea5a2.zip |
t: use - instead of /dev/stdin
Diffstat (limited to 't')
-rwxr-xr-x | t/1501-maddr-regress.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/1501-maddr-regress.t b/t/1501-maddr-regress.t index 4e6be77..7aa121f 100755 --- a/t/1501-maddr-regress.t +++ b/t/1501-maddr-regress.t @@ -4,7 +4,7 @@ cd ${0%/*} plan 33 check_addr() { - printf "From: %s\n" "$1" | check_test "parse $1" = "$2" "maddr /dev/stdin" + printf "From: %s\n" "$1" | check_test "parse $1" = "$2" "maddr -" } check_addr 'foo@example.org' 'foo@example.org' |