There was an error while loading. Please reload this page.
1 parent ddc2dcf commit 97f767eCopy full SHA for 97f767e
test/test.sh
@@ -186,9 +186,9 @@ tool_xored test/data/tool_xored
186
187
xortool -c 00 --key-length=10 test/data/binary_xored
188
f_cmp="$(grep 'secret_key' xortool_out/filename-key.csv|cut -d\; -f1)"
189
-./xortool/xortool-xor -n -r secret_key -f "$f_cmp" | \
+xortool-xor -n -r secret_key -f "$f_cmp" | \
190
cmp test/data/binary_xored
191
-./xortool/xortool-xor -n -r secret_key -f test/data/binary_xored | \
+xortool-xor -n -r secret_key -f test/data/binary_xored | \
192
cmp "$f_cmp"
193
194
echo OK
0 commit comments