Skip to content

Commit 97f767e

Browse files
committed
fix test's xortool-xor path
1 parent ddc2dcf commit 97f767e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎test/test.sh‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ tool_xored test/data/tool_xored
186186

187187
xortool -c 00 --key-length=10 test/data/binary_xored
188188
f_cmp="$(grep 'secret_key' xortool_out/filename-key.csv|cut -d\; -f1)"
189-
./xortool/xortool-xor -n -r secret_key -f "$f_cmp" | \
189+
xortool-xor -n -r secret_key -f "$f_cmp" | \
190190
cmp test/data/binary_xored
191-
./xortool/xortool-xor -n -r secret_key -f test/data/binary_xored | \
191+
xortool-xor -n -r secret_key -f test/data/binary_xored | \
192192
cmp "$f_cmp"
193193

194194
echo OK

0 commit comments

Comments
 (0)