X-Git-Url: http://git.scottworley.com/overonion/blobdiff_plain/64d0ba0964437e5925a0b8eb7618dbb25b380d0e..bcbeee4d1646dffe0eb77b4ce93ab8ed72ba5459:/overonion_test diff --git a/overonion_test b/overonion_test index 1f654cc..f4da9b4 100755 --- a/overonion_test +++ b/overonion_test @@ -7,6 +7,7 @@ test_data=$0 ./overonion-make-key --make_INSECURE_key "$d/key" ./overonion e "$d/key" < "$test_data" > "$d/encrypted" -cmp --verbose <(./overonion d "$d/key" < "$d/encrypted") "$test_data" +./overonion d "$d/key" < "$d/encrypted" > "$d/roundtripped" +cmp --verbose "$d/roundtripped" "$test_data" rm -r "$d" echo PASS